================
@@ -946,6 +946,10 @@ class LLDB_API SBTarget {
   ///     An error if a Trace already exists or the trace couldn't be created.
   lldb::SBTrace CreateTrace(SBError &error);
 
+#ifndef SWIG
+  lldb::SBLock GetAPILock() const;
----------------
vogelsgesang wrote:

`Get` sounds a bit too innocent. It sounds like a simple getter, but this is 
not a simple getter.

```suggestion
  lldb::SBLock AcquireAPILock() const;
```

https://github.com/llvm/llvm-project/pull/131404
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to