llvm-project/llvm/test/tools/llvm-objdump/ARM/Inputs
Oliver Stannard 3a5ddedadb [llvm-objdump] Display locations of variables alongside disassembly
This adds the --debug-vars option to llvm-objdump, which prints
locations (registers/memory) of source-level variables alongside the
disassembly based on DWARF info. A vertical line is printed for each
live-range, with a label at the top giving the variable name and
location, and the position and length of the line indicating the program
counter range in which it is valid.

Currently, this only works for object files, not executables or shared
libraries.

Differential revision: https://reviews.llvm.org/D70720
2020-03-16 10:54:40 +00:00
..
debug.c [llvm-objdump] Display locations of variables alongside disassembly 2020-03-16 10:54:40 +00:00
wide-char.c [llvm-objdump] Display locations of variables alongside disassembly 2020-03-16 10:54:40 +00:00