[Lldb-commits] [lldb] [lldb] Make the PluginManager thread safe (PR #184452)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 3 16:47:10 PST 2026


================
@@ -610,7 +650,32 @@ template <typename Instance> class PluginInstances {
   }
 
 private:
+  const Instance *GetInstanceAtIndexLocked(uint32_t idx) {
----------------
ashgti wrote:

Is this used?

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


More information about the lldb-commits mailing list