llvm-project/llvm/lib/DebugInfo/Symbolize
Peter Collingbourne 9c8282a9b3 llvm-symbolizer: Add a FRAME command.
This command prints a description of the referenced function's stack frame.
For each formal parameter and local variable, the tool prints:

- function name
- variable name
- file/line of declaration
- FP-relative variable location (if available)
- size in bytes
- HWASAN tag offset

This information will be used by the HWASAN runtime to identify local
variables in UAR reports.

Differential Revision: https://reviews.llvm.org/D63468

llvm-svn: 364225
2019-06-24 20:03:23 +00:00
..
CMakeLists.txt
DIPrinter.cpp llvm-symbolizer: Add a FRAME command. 2019-06-24 20:03:23 +00:00
LLVMBuild.txt Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SymbolizableObjectFile.cpp llvm-symbolizer: Add a FRAME command. 2019-06-24 20:03:23 +00:00
SymbolizableObjectFile.h llvm-symbolizer: Add a FRAME command. 2019-06-24 20:03:23 +00:00
Symbolize.cpp llvm-symbolizer: Add a FRAME command. 2019-06-24 20:03:23 +00:00