| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Kill symbolization functionality in llvm-dwarfdump. We have llvm-symbolizer ↵ | Alexey Samsonov | 2014-05-19 | 1 | -4/+42 |
| | | | | | | | for that. llvm-svn: 209152 | ||||
| * | [DWARF parser] Teach DIContext to fetch short (non-linkage) function names ↵ | Alexey Samsonov | 2014-05-17 | 1 | -1/+7 |
| | | | | | | | | | | | for a given address. Change --functions option in llvm-symbolizer tool to accept values "none", "short" or "linkage". Update the tests and docs accordingly. llvm-svn: 209050 | ||||
| * | [llvm-symbolizer] Print file/line for a PC even if there is no DIE ↵ | Alexey Samsonov | 2014-04-18 | 1 | -0/+4 |
| | | | | | | | | | | | | 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 | ||||
| * | llvm-symbolizer: use dynamic symbol table if the regular one is stripped. | Alexey Samsonov | 2014-02-26 | 1 | -0/+6 |
| | | | | | llvm-svn: 202265 | ||||
| * | llvm-symbolizer: make mangled name heuristic apply to all symbols | Ed Maste | 2014-01-16 | 1 | -0/+11 |
| | | | | | | | PR: http://llvm.org/pr18431 Review: http://llvm-reviews.chandlerc.com/D2552 llvm-svn: 199404 | ||||
| * | llvm-symbolizer: add --obj flag to specify a single object file that should ↵ | Alexey Samsonov | 2013-12-24 | 1 | -0/+9 |
| | | | | | | | be symbolized. llvm-svn: 197988 | ||||
| * | Add DebugInfo testcase for high_pc encoded as constant, fixed in r193555. | Will Dietz | 2013-10-30 | 1 | -0/+10 |
| | | | | | llvm-svn: 193711 | ||||
| * | llvm-symbolizer: add support for .gnu_debuglink section | Alexey Samsonov | 2013-08-14 | 1 | -0/+4 |
| | | | | | llvm-svn: 188386 | ||||
| * | llvm-symbolizer: Recognize a drive letter on win32. Then "REQUIRES: shell" ↵ | NAKAMURA Takumi | 2013-07-01 | 1 | -2/+0 |
| | | | | | | | | can be removed. FIXME: Could we use llvm::sys::Path here? llvm-svn: 185322 | ||||
| * | llvm-symbolizer: skip leading underscore in Mach-O symbol table entries | Alexey Samsonov | 2013-06-28 | 1 | -3/+3 |
| | | | | | llvm-svn: 185151 | ||||
| * | llvm-symbolizer: add support for Mach-O universal binaries | Alexey Samsonov | 2013-06-28 | 1 | -2/+16 |
| | | | | | llvm-svn: 185137 | ||||
| * | [llvm-symbolizer] Avoid calling slow getSymbolSize for Mach-O files. Assume ↵ | Alexey Samsonov | 2013-06-04 | 1 | -0/+5 |
| | | | | | | | that symbols with zero size are in fact large enough. llvm-svn: 183213 | ||||
| * | Correct handling invalid filename in llvm-symbolizer | Alexey Samsonov | 2013-06-03 | 1 | -0/+3 |
| | | | | | llvm-svn: 183102 | ||||
| * | Simplify the quoting here. Our lit emulator doesn't deal well with the | Chandler Carruth | 2013-04-08 | 1 | -1/+1 |
| | | | | | | | nested quoting schemes, and they're not important here... llvm-svn: 179014 | ||||
| * | llvm-symbolizer: correctly parse filenames given in quotes | Alexey Samsonov | 2013-04-05 | 1 | -1/+5 |
| | | | | | llvm-svn: 178859 | ||||
| * | Add a basic test for llvm-symbolizer tool | Alexey Samsonov | 2013-04-05 | 1 | -0/+21 |
| llvm-svn: 178858 | |||||

