[Lldb-commits] [lldb] [lldb] Enable locate module callback for main executable (PR #160199)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 5 12:22:39 PST 2025
================
@@ -1009,6 +1009,8 @@ class LLDB_API SBTarget {
friend class SBValue;
friend class SBVariablesOptions;
+ friend class SBModuleSpec;
+
----------------
clayborg wrote:
move this right below the
```
friend class SBModule;
```
above with no extra spaces
https://github.com/llvm/llvm-project/pull/160199
More information about the lldb-commits
mailing list