Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixing type. | Mike Aizatsky | 2016-01-09 | 1 | -1/+2 |
| | | | | llvm-svn: 257238 | ||||
* | llvm/lib/DebugInfo/Symbolize/DIPrinter.cpp: Fix build in -m32. 1L is ↵ | NAKAMURA Takumi | 2016-01-09 | 1 | -1/+1 |
| | | | | | | incompatible to int64_t. llvm-svn: 257237 | ||||
* | [llvm-symbolizer] -print-source-context-lines option to print source code ↵ | Mike Aizatsky | 2016-01-09 | 1 | -4/+35 |
| | | | | | | | | around the line. Differential Revision: http://reviews.llvm.org/D15909 llvm-svn: 257236 | ||||
* | [Symbolizer]: Add -pretty-print option | Hemant Kulkarni | 2015-11-11 | 1 | -6/+14 |
| | | | | | | Differential Revision: http://reviews.llvm.org/D13671 llvm-svn: 252798 | ||||
* | Reverting r252760 | Colin LeMahieu | 2015-11-11 | 1 | -14/+6 |
| | | | | llvm-svn: 252770 | ||||
* | [Symbolizer]: Add -pretty-print option | Hemant Kulkarni | 2015-11-11 | 1 | -6/+14 |
| | | | | | | Differential Revision: http://reviews.llvm.org/D13671 llvm-svn: 252760 | ||||
* | [LLVMSymbolize] Factor out the logic for printing structs from DIContext. NFC. | Alexey Samsonov | 2015-11-03 | 1 | -0/+61 |
Introduce DIPrinter which takes care of rendering DILineInfo and friends. This allows LLVMSymbolizer class to return a structured data instead of plain std::strings. llvm-svn: 251989 |