summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/Inputs/llvm-symbolizer-dwo-test.cc
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-symbolizer] Print file/line for a PC even if there is no DIE ↵Alexey Samsonov2014-04-181-0/+18
describing it. This is important for symbolizing executables with debug info in unavailable .dwo files. Even if all DIE entries are missing, we can still symbolize an address: function name can be fetched from symbol table, and file/line info can be fetched from line table. llvm-svn: 206665
OpenPOWER on IntegriCloud