[Lldb-commits] [lldb] [lldb/dwarf] Fix DW_IDX_parent processing for split dwarf (PR #92745)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue May 21 03:41:02 PDT 2024


================
@@ -9,7 +9,7 @@
 #include "Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.h"
 #include "Plugins/SymbolFile/DWARF/DWARFDebugInfo.h"
 #include "Plugins/SymbolFile/DWARF/DWARFDeclContext.h"
-#include "Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h"
+#include "Plugins/SymbolFile/DWARF/LogChannelDWARF.h"
----------------
labath wrote:

Not exactly. I wanted to remove (unused) SymbolFileDWARFDwo since it was potentially signalling breaking of abstractions, and then I got carried away include gardening (my editor now highlights unused headers :/).

Let me put those in separately.

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


More information about the lldb-commits mailing list