This is an archive of the discontinued LLVM Phabricator instance.

[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
as a parameter rather than use m_current_process. This future-proofs
it for multiprocess support.

Sponsored by: The FreeBSD Foundation

Diff Detail

Event Timeline

mgorny created this revision.Jun 8 2022, 4:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 8 2022, 4:11 AM
Herald added a subscriber: arichardson. · View Herald Transcript
mgorny requested review of this revision.Jun 8 2022, 4:11 AM
labath accepted this revision.Jun 20 2022, 12:10 AM
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
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJun 20 2022, 10:42 AM