[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:09 PDT 2025


================
@@ -597,7 +601,7 @@ class SymbolFileCommon : public SymbolFile {
     return m_debug_info_had_variable_errors;
   }
   void SetDebugInfoHadFrameVariableErrors() override {
-     m_debug_info_had_variable_errors = true;
+    m_debug_info_had_variable_errors = true;
----------------
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