[Lldb-commits] [lldb] [lldb-dap][windows] fix crash (PR #195855)
Sergei Druzhkov via lldb-commits
lldb-commits at lists.llvm.org
Tue May 5 07:56:06 PDT 2026
================
----------------
DrSergei wrote:
I mean that there are 2 instances of singleton. One from liblldb is initialized in `SBDebugger::InitializeWithErrorHandling()`, the second one from `lldb-dap.exe` is not initialized (calling `Instance` leads to segfault)
https://github.com/llvm/llvm-project/pull/195855
More information about the lldb-commits
mailing list