Introduce a helper function to append GDB Remote Serial Protocol "thread
IDs", with optional PID in multiprocess mode.
Sponsored by: The FreeBSD Foundation
| Paths 
 |  Differential  D128324  
[lldb] [llgs] Introduce an AppendThreadIDToResponse() helper ClosedPublic Authored by mgorny on Jun 21 2022, 11:33 PM. 
Details Summary Introduce a helper function to append GDB Remote Serial Protocol "thread Sponsored by: The FreeBSD Foundation 
Diff Detail 
 Event Timelinemgorny added a parent revision: D128156: [lldb] [llgs] Include PID in QC response in multiprocess mode. This revision is now accepted and ready to land.Jun 22 2022, 11:54 PM mgorny retitled this revision from [lldb] [llgs] Introduce a AppendThreadIDToResponse() helper to [lldb] [llgs] Introduce an AppendThreadIDToResponse() helper. mgorny marked an inline comment as done.Comment Actions Allow any Stream object. Closed by commit rG4b485fc0ea4a: [lldb] [llgs] Introduce an AppendThreadIDToResponse() helper (authored by mgorny).  ·  Explain WhyJun 24 2022, 8:21 AM This revision was automatically updated to reflect the committed changes. 
Revision Contents 
 
Diff 439777 lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
 lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This could technically be any Stream object, right?