Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [DWARF parser] Teach DIContext to fetch short (non-linkage) function names ↵ | Alexey Samsonov | 2014-05-17 | 1 | -4/+9 |
| | | | | | | | | | | 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 | ||||
* | [C++] Use 'nullptr'. Tools edition. | Craig Topper | 2014-04-25 | 1 | -1/+1 |
| | | | | llvm-svn: 207176 | ||||
* | llvm-symbolizer: add --obj flag to specify a single object file that should ↵ | Alexey Samsonov | 2013-12-24 | 1 | -17/+24 |
| | | | | | | be symbolized. llvm-svn: 197988 | ||||
* | llvm-symbolizer: add support for Mach-O universal binaries | Alexey Samsonov | 2013-06-28 | 1 | -1/+5 |
| | | | | llvm-svn: 185137 | ||||
* | llvm-symbolizer: correctly parse filenames given in quotes | Alexey Samsonov | 2013-04-05 | 1 | -5/+18 |
| | | | | llvm-svn: 178859 | ||||
* | clang-formatize llvm-symbolizer code | Alexey Samsonov | 2013-02-15 | 1 | -11/+9 |
| | | | | llvm-svn: 175255 | ||||
* | llvm-symbolizer: factor out bits of the tool into separate ↵ | Alexey Samsonov | 2013-01-22 | 1 | -288/+20 |
| | | | | | | LLVMSymbolize.{h,cpp} files. No functionality change. llvm-svn: 173159 | ||||
* | llvm-symbolizer: add DATA command that allows to symbolize global variables. | Dmitry Vyukov | 2013-01-11 | 1 | -34/+88 |
| | | | | | | | | | | Example: >DATA bin/clang 0x26e8e40 <llvm::SparcSubTypeKV <40799808 416 The last line is address and size of the object. llvm-svn: 172180 | ||||
* | Sort the #include lines for tools/... | Chandler Carruth | 2012-12-04 | 1 | -1/+0 |
| | | | | | | | | Again, tools are trickier to pick the main module header for than library source files. I've started to follow the pattern of using LLVMContext.h when it is included as a stub for program source files. llvm-svn: 169252 | ||||
* | Rewrite DIContext interface to take an object. Update all callers. | Eric Christopher | 2012-11-12 | 1 | -63/+3 |
| | | | | llvm-svn: 167757 | ||||
* | Don't use __cxa_demangle under MSVC (which doesn't have it) | Alexander Potapenko | 2012-11-12 | 1 | -1/+5 |
| | | | | llvm-svn: 167730 | ||||
* | [ASan] Add llvm-symbolizer from to tools/ | Alexander Potapenko | 2012-11-12 | 1 | -0/+379 |
This is the second and last (2/2) part of a change that moves llvm-symbolizer to llvm/tools/, which will allow to build it with both cmake and configure+make. llvm-svn: 167723 |