llvm-project/llvm/lib/DebugInfo/LogicalView
Carlos Alberto Enciso e7950fceb1 [llvm-debuginfo-analyzer] (09/09) - CodeView 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.

CodeView Reader
- Support for CodeView/PDB.
  LVCodeViewReader, LVTypeVisitor, LVSymbolVisitor, LVLogicalVisitor

Reviewed By: psamolysov, probinson, djtodoro, zequanwu

Differential Revision: https://reviews.llvm.org/D125784
2023-02-27 09:15:43 +00:00
..
Core [llvm-debuginfo-analyzer] (09/09) - CodeView Reader 2023-02-27 09:15:43 +00:00
Readers [llvm-debuginfo-analyzer] (09/09) - CodeView Reader 2023-02-27 09:15:43 +00:00
CMakeLists.txt [llvm-debuginfo-analyzer] (09/09) - CodeView Reader 2023-02-27 09:15:43 +00:00
LVReaderHandler.cpp [llvm-debuginfo-analyzer] (09/09) - CodeView Reader 2023-02-27 09:15:43 +00:00