summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-symbolizer/LLVMSymbolize.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DWARF parser] Teach DIContext to fetch short (non-linkage) function names fo...Alexey Samsonov2014-05-171-5/+4
* [DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier.Alexey Samsonov2014-05-151-9/+8
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-13/+13
* Use unique_ptr to manage ParsedBinariesAndObjects in LLVMSymbolizerDavid Blaikie2014-04-221-7/+6
* [DWARF parser] Turn DILineInfo into a struct.Alexey Samsonov2014-04-181-13/+5
* [C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov2014-03-171-11/+9
* [C++11] Use ObjectFile::sections() in commandline llvm toolsAlexey Samsonov2014-03-131-4/+3
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-3/+3
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-2/+2
* llvm-symbolizer: use dynamic symbol table if the regular one is stripped.Alexey Samsonov2014-02-261-29/+43
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-101-2/+2
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-301-6/+2
* llvm-symbolizer: make mangled name heuristic apply to all symbolsEd Maste2014-01-161-7/+5
* Return an ErrorOr<Binary *> from createBinary.Rafael Espindola2014-01-151-9/+12
* Check the error code and save a call to sys::fs::exists.Rafael Espindola2014-01-151-4/+2
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-131-1/+0
* llvm-symbolizer: don't always run demangler on global object namesAlexey Samsonov2013-10-161-1/+7
* llvm-symbolizer: use real path when looking for debug binary locationAlexey Samsonov2013-08-261-2/+11
* llvm-symbolizer: add support for .gnu_debuglink sectionAlexey Samsonov2013-08-141-0/+83
* LLVMSymbolize.cpp: Fix build. Triple::ArchType is not a namespace.NAKAMURA Takumi2013-07-171-1/+1
* llvm-symbolizer: be more careful with colons in file namesAlexey Samsonov2013-07-171-8/+7
* llvm-symbolizer: Recognize a drive letter on win32. Then "REQUIRES: shell" ca...NAKAMURA Takumi2013-07-011-0/+5
* llvm-symbolizer: don't leave dangling pointers after flushing LLVMSymbolizer....Alexey Samsonov2013-06-281-0/+2
* llvm-symbolizer: skip leading underscore in Mach-O symbol table entriesAlexey Samsonov2013-06-281-0/+3
* llvm-symbolizer: make name demangling a public static method of LLVMSymbolizerAlexey Samsonov2013-06-281-8/+10
* llvm-symbolizer: add support for Mach-O universal binariesAlexey Samsonov2013-06-281-38/+71
* [llvm-symbolizer] rewrite r183213 in a more clear wayAlexey Samsonov2013-06-071-6/+7
* [llvm-symbolizer] Avoid calling slow getSymbolSize for Mach-O files. Assume t...Alexey Samsonov2013-06-041-8/+19
* Correct handling invalid filename in llvm-symbolizerAlexey Samsonov2013-06-031-2/+2
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-181-1/+1
* Convert MachOObjectFile to a template.Rafael Espindola2013-04-091-1/+1
* Fix for r177390: map values are pointers, use DeleteContainerSeconds() instea...Alexey Samsonov2013-03-191-1/+2
* llvm-symbolizer: flush internal caches functionalityDmitry Vyukov2013-03-191-0/+4
* clang-formatize llvm-symbolizer codeAlexey Samsonov2013-02-151-45/+39
* llvm-symbolizer: speedup symbol lookupDmitry Vyukov2013-02-141-39/+59
* Print error messages from MemoryBuffer::getFile() in llvm-symbolizerAlexey Samsonov2013-02-051-1/+2
* Replace global std::string with const char[]Alexey Samsonov2013-02-041-1/+1
* llvm-symbolizer: factor out bits of the tool into separate LLVMSymbolize.{h,c...Alexey Samsonov2013-01-221-0/+272
OpenPOWER on IntegriCloud