[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
Tue Jun 17 10:23:07 PDT 2025


================
@@ -482,6 +482,8 @@ class Module : public std::enable_shared_from_this<Module>,
 
   const FileSpec &GetSymbolFileFileSpec() const { return m_symfile_spec; }
 
+  FileSpecList GetSeparateDebugInfoFiles();
----------------
clayborg wrote:

ModuleSpecList

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


More information about the lldb-commits mailing list