[Lldb-commits] [PATCH] D128324: [lldb] [llgs] Introduce a AppendThreadIDToResponse() helper
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 22 23:54:12 PDT 2022
labath accepted this revision.
labath added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp:4162
+void GDBRemoteCommunicationServerLLGS::AppendThreadIDToResponse(
+ StreamString &response, lldb::pid_t pid, lldb::tid_t tid) {
+ if (bool(m_extensions_supported &
----------------
This could technically be any Stream object, right?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128324/new/
https://reviews.llvm.org/D128324
More information about the lldb-commits
mailing list