MCPcopy Create free account
hub / github.com/qilingframework/qiling / send

Method send

tests/test_windows_debugger.py:34–38  ·  view source on GitHub ↗
(self, msg: str)

Source from the content-addressed store, hash-verified

32 return sum(ord(c) for c in data) & 0xff
33
34 def send(self, msg: str):
35 time.sleep(SimpleGdbClient.DELAY)
36
37 self.__file.write(f'${msg}#{SimpleGdbClient.checksum(msg):02x}')
38 self.__file.flush()
39
40class DebuggerTest(unittest.TestCase):
41

Callers 1

gdb_test_clientMethod · 0.45

Calls 3

writeMethod · 0.45
checksumMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected