[Lldb-commits] [lldb] [lldb] Add count for number of DWO files loaded in statistics (PR #144424)

via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 18 15:51:27 PDT 2025


================
@@ -282,6 +282,11 @@ class SymbolFileDWARF : public SymbolFileCommon {
   bool GetSeparateDebugInfo(StructuredData::Dictionary &d,
                             bool errors_only) override;
 
+  // Gets a pair of loaded and total dwo file counts.
+  // For DWP files, this reports the counts for successfully loaded DWO CUs
----------------
jeffreytan81 wrote:

"For DWP files", do you mean "For split dwarf files"? Otherwise, you need to mention "dwo files" in addition to "dwp files".

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


More information about the lldb-commits mailing list