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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
