Refactor GDBRemoteCommunicationServerLLGS::SendStopReasonForState()
to accept process as an argument rather than hardcoding
m_current_process, in order to make it work correctly for multiprocess
scenarios.
Sponsored by: The FreeBSD Foundation
Paths
| Differential D127497
[lldb] [llgs] Refactor SendStopReasonForState for multiprocess ClosedPublic Authored by mgorny on Jun 10 2022, 7:02 AM.
Details Summary Refactor GDBRemoteCommunicationServerLLGS::SendStopReasonForState() Sponsored by: The FreeBSD Foundation
Diff Detail
Event Timelinemgorny added a parent revision: D127289: [lldb] [llgs] Refactor SendStopReplyPacketForThread for multiprocess. mgorny added a child revision: D127500: [lldb] [llgs] Make `k` kill all processes, and fix multiple exits.Jun 19 2022, 10:23 PM This revision is now accepted and ready to land.Jun 20 2022, 12:16 AM This revision was landed with ongoing or failed builds.Jun 20 2022, 10:42 AM Closed by commit rGf8c6de8dbbd7: [lldb] [llgs] Refactor SendStopReasonForState for multiprocess (authored by mgorny). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 438441 lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
|