[all-commits] [llvm/llvm-project] 82238f: [llvm-debuginfo-analyzer] README
Carlos Alberto Enciso via All-commits
all-commits at lists.llvm.org
Wed Mar 15 06:34:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 82238fc7765b28409ee34829ffcac582fc277ffe
https://github.com/llvm/llvm-project/commit/82238fc7765b28409ee34829ffcac582fc277ffe
Author: Carlos Alberto Enciso <carlos.alberto.enciso at gmail.com>
Date: 2023-03-15 (Wed, 15 Mar 2023)
Changed paths:
A llvm/tools/llvm-debuginfo-analyzer/README.txt
Log Message:
-----------
[llvm-debuginfo-analyzer] README
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.
https://discourse.llvm.org/t/llvm-dev-rfc-llvm-dva-debug-information-visual-analyzer/62570
This patch:
Contains notes collected during the development, review and test.
It describes limitations, know issues and future work.
Reviewed By: Orlando
Differential Revision: https://reviews.llvm.org/D144857
More information about the All-commits
mailing list