We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e1015 commit e6b1b61Copy full SHA for e6b1b61
lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
@@ -36,7 +36,7 @@ class GdbRemoteTestCaseBase(TestBase):
36
# Default sleep time in seconds. The sleep time is doubled under Asan.
37
DEFAULT_SLEEP = 5 * (2 if ('ASAN_OPTIONS' in os.environ) else 1)
38
39
- _GDBREMOTE_KILL_PACKET = "$k#6b"
+ _GDBREMOTE_KILL_PACKET = b"$k#6b"
40
41
# Start the inferior separately, attach to the inferior on the stub
42
# command line.
0 commit comments