llvm-6502/tools
Alexey Samsonov 5eae90d727 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).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163128 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-04 08:12:33 +00:00
..
bugpoint
bugpoint-passes
gold Pass -lLTO after gold-plugin.o so that it gets used in systems that default to 2012-08-27 03:03:07 +00:00
llc Add support for the --param ssp-buffer-size= driver option. 2012-08-21 16:15:24 +00:00
lli LLI: move instruction cache tweaks. 2012-08-28 23:22:30 +00:00
llvm-ar
llvm-as
llvm-bcanalyzer
llvm-config
llvm-cov
llvm-diff
llvm-dis
llvm-dwarfdump Add support for fetching inlining context (stack of source code locations) 2012-09-04 08:12:33 +00:00
llvm-extract
llvm-link
llvm-mc
llvm-nm
llvm-objdump Some of the instructions in the Mips instruction set are revision 2012-08-28 19:24:49 +00:00
llvm-prof
llvm-ranlib
llvm-readobj
llvm-rtdyld
llvm-shlib
llvm-size
llvm-stress
lto Add support for the --param ssp-buffer-size= driver option. 2012-08-21 16:15:24 +00:00
macho-dump
opt Code cleanup: tools/opt/opt.cpp 2012-09-01 14:43:30 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile