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

Janet Yang via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 10 13:06:37 PST 2025


================

----------------
qxy11 wrote:

@ashgti Thanks for the suggestion! Do you have recommendations for what to include if we were to implement Initialize/Terminate? I was trying to think of what we'd do, but DAPSessionManager's just a coordinator/registry that keeps some maps that have safe defaults so it doesn't seem to need much initialization, and it seems like it'd have a pretty empty Terminate as well since it doesn't technically own anything.

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


More information about the lldb-commits mailing list