This is an archive of the discontinued LLVM Phabricator instance.

[lldb] [llgs] Refactor SendStopReasonForState for multiprocess
ClosedPublic

Authored by mgorny on Jun 10 2022, 7:02 AM.

Details

Summary

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

Diff Detail

Event Timeline

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