[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
Wed Jun 3 11:49:48 PDT 2026
================
@@ -287,6 +287,18 @@ class LLDB_API SBModule {
/// A const reference to the file specification object.
lldb::SBFileSpec GetSymbolFileSpec() const;
+ /// Get a list of filespecs associated with all the separate symbol files
+ /// associated with this module.
+ ///
+ /// If this module uses split DWARF, a .dwp will be returned if it is exists
+ /// otherwise, it will return a list of all .dwos.
+ ///
----------------
clayborg wrote:
You need to update with comments in this file to match what Ionut has. This doesn't explain DWARF in .o files for example where his does. Just copy his comment verbatim as him and I iterated on it a lot.
https://github.com/llvm/llvm-project/pull/144119
More information about the lldb-commits
mailing list