llvm-project/llvm/lib/DebugInfo/DWARF
Carlos Alberto Enciso 4f06d46f46 [llvm-debuginfo-analyzer] (08/09) - ELF Reader
llvm-debuginfo-analyzer is a command line tool that processes debug
info contained in a binary file and produces a debug information
format agnostic “Logical View”, which is a high-level semantic
representation of the debug info, independent of the low-level
format.

The code has been divided into the following patches:

1) Interval tree
2) Driver and documentation
3) Logical elements
4) Locations and ranges
5) Select elements
6) Warning and internal options
7) Compare elements
8) ELF Reader
9) CodeView Reader

Full details:
https://discourse.llvm.org/t/llvm-dev-rfc-llvm-dva-debug-information-visual-analyzer/62570

This patch:

This is a high level summary of the changes in this patch.

ELF Reader
- Support for ELF/DWARF.
  LVBinaryReader, LVELFReader

Reviewed By: psamolysov, probinson

Differential Revision: https://reviews.llvm.org/D125783
2022-10-27 05:37:51 +01:00
..
CMakeLists.txt Revert "Remove the dependency between lib/DebugInfoDWARF and MC." 2022-10-06 14:58:34 -07:00
DWARFAbbreviationDeclaration.cpp Cleanup LLVMDWARFDebugInfo 2022-02-15 09:16:03 +01:00
DWARFAcceleratorTable.cpp Cleanup LLVMDWARFDebugInfo 2022-02-15 09:16:03 +01:00
DWARFAddressRange.cpp Cleanup LLVMDWARFDebugInfo 2022-02-15 09:16:03 +01:00
DWARFCompileUnit.cpp Cleanup llvm/DebugInfo/PDB headers 2022-02-23 10:31:34 +01:00
DWARFContext.cpp Revert "Remove the dependency between lib/DebugInfoDWARF and MC." 2022-10-06 14:58:34 -07:00
DWARFDataExtractor.cpp Cleanup LLVMDWARFDebugInfo 2022-02-15 09:16:03 +01:00
DWARFDebugAbbrev.cpp Remove redundant string initialization (NFC) 2021-12-26 09:39:26 -08:00
DWARFDebugAddr.cpp Cleanup LLVMDWARFDebugInfo 2022-02-15 09:16:03 +01:00
DWARFDebugArangeSet.cpp [DebugInfo] Expand ability to load 2-byte addresses in dwarf sections 2021-10-21 17:31:00 -07:00
DWARFDebugAranges.cpp [DebugInfo] Give warning instead of error for premature terminator in .debug_aranges section. 2022-05-04 15:21:58 -07:00
DWARFDebugFrame.cpp Revert "Remove the dependency between lib/DebugInfoDWARF and MC." 2022-10-06 14:58:34 -07:00
DWARFDebugInfoEntry.cpp Cleanup LLVMDWARFDebugInfo 2022-02-15 09:16:03 +01:00
DWARFDebugLine.cpp [llvm-debuginfo-analyzer] (08/09) - ELF Reader 2022-10-27 05:37:51 +01:00
DWARFDebugLoc.cpp Revert "Remove the dependency between lib/DebugInfoDWARF and MC." 2022-10-06 14:58:34 -07:00
DWARFDebugMacro.cpp [llvm] Don't use Optional::getValue (NFC) 2022-06-20 22:45:45 -07:00
DWARFDebugPubTable.cpp
DWARFDebugRangeList.cpp [DebugInfo] Expand ability to load 2-byte addresses in dwarf sections 2021-10-21 17:31:00 -07:00
DWARFDebugRnglists.cpp
DWARFDie.cpp Revert "Remove the dependency between lib/DebugInfoDWARF and MC." 2022-10-06 14:58:34 -07:00
DWARFExpression.cpp [llvm-debuginfo-analyzer] (08/09) - ELF Reader 2022-10-27 05:37:51 +01:00
DWARFFormValue.cpp Cleanup LLVMDWARFDebugInfo 2022-02-15 09:16:03 +01:00
DWARFGdbIndex.cpp Cleanup LLVMDWARFDebugInfo 2022-02-15 09:16:03 +01:00
DWARFListTable.cpp [DebugInfo] Expand ability to load 2-byte addresses in dwarf sections 2021-10-21 17:31:00 -07:00
DWARFLocationExpression.cpp
DWARFTypePrinter.cpp [DWARF DUMP] Fix infinite recursion in Type Printer. 2022-09-26 16:23:37 -07:00
DWARFTypeUnit.cpp Cleanup LLVMDWARFDebugInfo 2022-02-15 09:16:03 +01:00
DWARFUnit.cpp [llvm-debuginfo-analyzer] (08/09) - ELF Reader 2022-10-27 05:37:51 +01:00
DWARFUnitIndex.cpp Cleanup LLVMDWARFDebugInfo 2022-02-15 09:16:03 +01:00
DWARFVerifier.cpp llvm-dwarfdump: Don't crash if DW_AT_{decl,call}_{file,line} uses signed form 2022-07-08 21:35:32 +00:00