"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "1355bbdd11127d3cb98e81a38f4758f1e10a62ef"
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
Loading
Please register or sign in to comment