[Lldb-commits] [lldb] [lldb] Fix deadlock in parallel module loading with separate symbol thread pool (PR #160225)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 23 13:54:24 PDT 2025


https://github.com/clayborg requested changes to this pull request.

Ditto, I would change this patch to use a read/write lock. We definitely don't want a new thread pool, we must always use the one global thread pool for operations.

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


More information about the lldb-commits mailing list