[Lldb-commits] [lldb] [lldb] Make the PluginManager thread safe (PR #184452)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 3 17:48:22 PST 2026
jimingham wrote:
This looks good to me. You only hold the lock while handing out instances, but never while calling any of the callbacks, so there's no way we could deadlock if one Plugin's callback happened to require another plugin to be instantiated.
https://github.com/llvm/llvm-project/pull/184452
More information about the lldb-commits
mailing list