| commit | c942e6b781040187516ccf10be2bc83d1c097b59 | [log] [tgz] |
|---|---|---|
| author | Alexey Samsonov <samsonov@google.com> | Tue Sep 04 08:12:33 2012 +0000 |
| committer | Alexey Samsonov <samsonov@google.com> | Tue Sep 04 08:12:33 2012 +0000 |
| tree | 452f309be0e5163ca8bf2d134400066b6057a4bc | |
| parent | 01cfbfe9d00ceed2074fb5e3c296d506afe63a36 [diff] |
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