[Lldb-commits] [lldb] [lldb] Add count for errors of DWO files in statistics and combine DWO file count functions (PR #155023)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 28 22:25:10 PDT 2025


================
@@ -1716,7 +1716,7 @@ SymbolFileDWARF *SymbolFileDWARF::GetDIERefSymbolFile(const DIERef &die_ref) {
     return this;
 
   if (file_index) {
-      // We have a SymbolFileDWARFDebugMap, so let it find the right file
+    // We have a SymbolFileDWARFDebugMap, so let it find the right file
----------------
clayborg wrote:

Ditto (revert auto clang-format changes for stuff that isn't associated with this PR).

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


More information about the lldb-commits mailing list