================
@@ -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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to