summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/Inputs
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2012-09-04 08:12:33 +0000
committerAlexey Samsonov <samsonov@google.com>2012-09-04 08:12:33 +0000
commitc942e6b781040187516ccf10be2bc83d1c097b59 (patch)
tree452f309be0e5163ca8bf2d134400066b6057a4bc /llvm/test/DebugInfo/Inputs
parent01cfbfe9d00ceed2074fb5e3c296d506afe63a36 (diff)
downloadbcm5719-llvm-c942e6b781040187516ccf10be2bc83d1c097b59.tar.gz
bcm5719-llvm-c942e6b781040187516ccf10be2bc83d1c097b59.zip
Add support for fetching inlining context (stack of source code locations)
by instruction address from DWARF. Add --inlining flag to llvm-dwarfdump to demonstrate and test this functionality, so that "llvm-dwarfdump --inlining --address=0x..." now works much like "addr2line -i 0x...", provided that the binary has debug info (Clang's -gline-tables-only *is* enough). llvm-svn: 163128
Diffstat (limited to 'llvm/test/DebugInfo/Inputs')
-rwxr-xr-xllvm/test/DebugInfo/Inputs/dwarfdump-inl-test.elf-x86-64bin0 -> 7468 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/Inputs/dwarfdump-inl-test.elf-x86-64 b/llvm/test/DebugInfo/Inputs/dwarfdump-inl-test.elf-x86-64
new file mode 100755
index 00000000000..9a1d5383caa
--- /dev/null
+++ b/llvm/test/DebugInfo/Inputs/dwarfdump-inl-test.elf-x86-64
Binary files differ
OpenPOWER on IntegriCloud