[Lldb-commits] [PATCH] D130341: [lldb] [gdb-remote] Use vKill packet if multiprocess & available
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 22 02:57:53 PDT 2022
mgorny created this revision.
mgorny added reviewers: labath, krytarowski, emaste, jingham.
Herald added a subscriber: arichardson.
Herald added a project: All.
mgorny requested review of this revision.
Prefer the modern vKill packet over k if the server reports multiprocess
support. This ensures that when multiple processes are debugged over
a shared connection, only the correct one will be killed.
Sponsored by: The FreeBSD Foundation
https://reviews.llvm.org/D130341
Files:
lldb/packages/Python/lldbsuite/test/gdbclientutils.py
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
lldb/test/API/functionalities/gdb_remote_client/TestMultiprocess.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130341.446762.patch
Type: text/x-patch
Size: 6294 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220722/9ac46759/attachment.bin>
More information about the lldb-commits
mailing list