Always send PID in the detach packet when multiprocess extensions are
enabled. This is required by qemu's GDB server, as plain 'D' packet
results in an error and the emulated system is not resumed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteClient.py | ||
---|---|---|
384 | Whether this fires depends on how python was run. Better use regular asserts. You could pass in the test case to MyResponder constructor, or stash client_supported in a member variable for later checks, or ... |
lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteClient.py | ||
---|---|---|
384 | Sure, makes sense. |
Whether this fires depends on how python was run. Better use regular asserts. You could pass in the test case to MyResponder constructor, or stash client_supported in a member variable for later checks, or ...