This is an archive of the discontinued LLVM Phabricator instance.

[lldb] [llgs] Include PID in QC response in multiprocess mode
ClosedPublic

Authored by mgorny on Jun 20 2022, 12:00 AM.

Diff Detail

Event Timeline

mgorny created this revision.Jun 20 2022, 12:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 20 2022, 12:00 AM
Herald added a subscriber: arichardson. · View Herald Transcript
labath accepted this revision.Jun 20 2022, 12:02 AM
labath added inline comments.
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
1425–1429

How many of these are we going to have? Should we add a helper fn?

This revision is now accepted and ready to land.Jun 20 2022, 12:02 AM
mgorny added inline comments.Jun 20 2022, 3:43 AM
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
1425–1429

Hmm, that's probably a good idea ;-). I'm going to count and see about adding one in a separate patch.

mgorny updated this revision to Diff 438417.Jun 20 2022, 8:37 AM

Update more tests. I have no clue how I missed these when testing.

labath accepted this revision.Jun 21 2022, 8:10 AM
This revision was landed with ongoing or failed builds.Jun 24 2022, 8:21 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJun 24 2022, 8:21 AM