Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-symbolizer] Print file/line for a PC even if there is no DIE ↵ | Alexey Samsonov | 2014-04-18 | 1 | -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 |