[Lldb-commits] [lldb] Fix a deadlock in ModuleList when starting a standalone lldb client/server (PR #148774)
David Peixotto via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 15 09:54:56 PDT 2025
dmpots wrote:
Would it be possible to add a test that triggers this bug? It looks like a fairly simple scenario that launches lldb-server and then attaches to it. Seems like good coverage to have in the test if we don't already. Also, is this a 100% reproducable deadlock or is it somewhat non-deterministic?
https://github.com/llvm/llvm-project/pull/148774
More information about the lldb-commits
mailing list