Refactor SendStopReplyPacketForThread() to accept process instance
as a parameter rather than use m_current_process. This future-proofs
it for multiprocess support.
Sponsored by: The FreeBSD Foundation
Paths
| Differential D127289
[lldb] [llgs] Refactor SendStopReplyPacketForThread for multiprocess ClosedPublic Authored by mgorny on Jun 8 2022, 4:11 AM.
Details Summary Refactor SendStopReplyPacketForThread() to accept process instance Sponsored by: The FreeBSD Foundation
Diff Detail
Event Timelinemgorny added a child revision: D127497: [lldb] [llgs] Refactor SendStopReasonForState for multiprocess. This revision is now accepted and ready to land.Jun 20 2022, 12:10 AM This revision was landed with ongoing or failed builds.Jun 20 2022, 10:42 AM Closed by commit rGaf93f123b92e: [lldb] [llgs] Refactor SendStopReplyPacketForThread for multiprocess (authored by mgorny). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 438440 lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
|