[lldb] [llvm] [lldb-dap] Add multi-session support with shared debugger instances (PR #163653)

Walter Erquinigo via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 22 20:05:49 PDT 2025


================
@@ -295,4 +307,267 @@ void SendMemoryEvent(DAP &dap, lldb::SBValue variable) {
   dap.Send(protocol::Event{"memory", std::move(body)});
 }
 
+// Note: EventThread() is architecturally different from the other functions in
----------------
walter-erquinigo wrote:

thanks for this comment

https://github.com/llvm/llvm-project/pull/163653


More information about the llvm-commits mailing list