[Lldb-commits] [lldb] [LLDB] Expose enumerator for separate-debug-info in SBModule (PR #144119)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 29 12:48:54 PST 2026
================
@@ -633,6 +633,14 @@ lldb::SBFileSpec SBModule::GetSymbolFileSpec() const {
return sb_file_spec;
}
+lldb::SBModuleSpecList SBModule::GetSeparateDebugInfoFiles() {
+ ModuleSP module_sp(GetSP());
----------------
clayborg wrote:
missing:
```
LLDB_INSTRUMENT_VA(this);
```
https://github.com/llvm/llvm-project/pull/144119
More information about the lldb-commits
mailing list