[Lldb-commits] [PATCH] D128324: [lldb] [llgs] Introduce a AppendThreadIDToResponse() helper
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 23 02:23:40 PDT 2022
mgorny marked an inline comment as done.
mgorny added inline comments.
================
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 &
----------------
labath wrote:
> This could technically be any Stream object, right?
Right.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128324/new/
https://reviews.llvm.org/D128324
More information about the lldb-commits
mailing list