summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/dwarfdump-inlining.test
Commit message (Collapse)AuthorAgeFilesLines
* Kill symbolization functionality in llvm-dwarfdump. We have llvm-symbolizer ↵Alexey Samsonov2014-05-191-28/+0
| | | | | | for that. llvm-svn: 209152
* Update tests for DWARF parser: store sources next to pre-built object files ↵Alexey Samsonov2013-02-081-14/+14
| | | | | | and provide build instructions llvm-svn: 174711
* Add support for fetching inlining context (stack of source code locations)Alexey Samsonov2012-09-041-0/+28
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
OpenPOWER on IntegriCloud