[all-commits] [llvm/llvm-project] fe7a3c: [llvm-debuginfo-analyzer] (02/09) - Driver and doc...
Carlos Alberto Enciso via All-commits
all-commits at lists.llvm.org
Mon Oct 17 05:50:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fe7a3cedf77125a6309150d85cecbc20b1a31775
https://github.com/llvm/llvm-project/commit/fe7a3cedf77125a6309150d85cecbc20b1a31775
Author: Carlos Alberto Enciso <carlos.alberto.enciso at gmail.com>
Date: 2022-10-17 (Mon, 17 Oct 2022)
Changed paths:
M llvm/docs/CommandGuide/index.rst
A llvm/docs/CommandGuide/llvm-debuginfo-analyzer.rst
A llvm/include/llvm/DebugInfo/LogicalView/Core/LVElement.h
A llvm/include/llvm/DebugInfo/LogicalView/Core/LVLine.h
A llvm/include/llvm/DebugInfo/LogicalView/Core/LVObject.h
A llvm/include/llvm/DebugInfo/LogicalView/Core/LVOptions.h
A llvm/include/llvm/DebugInfo/LogicalView/Core/LVScope.h
A llvm/include/llvm/DebugInfo/LogicalView/Core/LVSort.h
A llvm/include/llvm/DebugInfo/LogicalView/Core/LVStringPool.h
A llvm/include/llvm/DebugInfo/LogicalView/Core/LVSupport.h
A llvm/include/llvm/DebugInfo/LogicalView/Core/LVSymbol.h
A llvm/include/llvm/DebugInfo/LogicalView/Core/LVType.h
M llvm/lib/DebugInfo/CMakeLists.txt
A llvm/lib/DebugInfo/LogicalView/CMakeLists.txt
A llvm/lib/DebugInfo/LogicalView/Core/LVOptions.cpp
A llvm/lib/DebugInfo/LogicalView/LLVMBuild.txt
M llvm/test/CMakeLists.txt
M llvm/test/lit.cfg.py
A llvm/test/tools/llvm-debuginfo-analyzer/cmdline.test
A llvm/tools/llvm-debuginfo-analyzer/CMakeLists.txt
A llvm/tools/llvm-debuginfo-analyzer/LLVMBuild.txt
A llvm/tools/llvm-debuginfo-analyzer/Options.cpp
A llvm/tools/llvm-debuginfo-analyzer/Options.h
A llvm/tools/llvm-debuginfo-analyzer/llvm-debuginfo-analyzer.cpp
M llvm/unittests/DebugInfo/CMakeLists.txt
A llvm/unittests/DebugInfo/LogicalView/CMakeLists.txt
A llvm/unittests/DebugInfo/LogicalView/CommandLineOptionsTest.cpp
A llvm/unittests/DebugInfo/LogicalView/StringPoolTest.cpp
Log Message:
-----------
[llvm-debuginfo-analyzer] (02/09) - Driver and documentation
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:
Driver and documentation
- Command line options.
- Full documentation.
- String Pool table.
Reviewed By: psamolysov, probinson
Differential Revision: https://reviews.llvm.org/D125777
More information about the All-commits
mailing list