[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:00:09 PST 2025


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

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

This didn't end up working here and we may need to keep this intentional leak due to issues w/ the destructor chain. It seemed to cause DAP to hang since the ManagedStatic seemed to try to destroy the DAPSessionManager and some resources may have already been cleaned up by LLDB termination. 

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


More information about the lldb-commits mailing list