================
@@ -677,3 +677,30 @@ void SBModule::GarbageCollectAllocatedModules() {
   const bool mandatory = false;
   ModuleList::RemoveOrphanSharedModules(mandatory);
 }
+
+void SBModule::SetLocateDwoCallback(lldb::SBModuleLocateDwoCallback callback,
+                                    void *baton) {
+  LLDB_INSTRUMENT();
----------------
bulbazord wrote:

the instrumentation macro needs all the arguments passed to the method.
```
LLDB_INSTRUMENT(callback, baton);
```

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

Reply via email to