[Lldb-commits] [lldb] [lldb-dap] Fix a race during shutdown (PR #91591)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Wed May 22 07:34:17 PDT 2024
labath wrote:
Ah yes, of course, I've kept the mutex thinking that its sufficient to make it run only once, but of course that's only true if the critical section actually contains a "run once" check. I'll create a patch for that tomorrow. Feel free to revert in the mean time if this is blocking something.
https://github.com/llvm/llvm-project/pull/91591
More information about the lldb-commits
mailing list