Lines Matching refs:bytes
137 bytes = ''
139 bytes = self.process.getFirstThreadInfo()
141 bytes = self.process.getSubsequestThreadInfo()
146 bytes = self.process.getThreadStopInfo(tid)
149 return rsprotocol.Message(bytes)
158 bytes = ''
165 bytes = self.process.getRegisterDataForThread(threadid, regnum)
166 logging.debug('REGISTER INFO bytes = ' + bytes)
169 return rsprotocol.Message(bytes)
172 bytes = ''
176 bytes = self.process.getRegisterInfo(regnum)
179 return rsprotocol.Message(bytes)
186 bytes = ''
188 bytes = self.process.readMemory(mem_address, mem_size)
192 return rsprotocol.Message(bytes)