aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-symbolizer/LLVMSymbolize.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-16llvm-symbolizer: don't always run demangler on global object namesAlexey Samsonov1-1/+7
2013-08-26llvm-symbolizer: use real path when looking for debug binary locationAlexey Samsonov1-2/+11
2013-08-14llvm-symbolizer: add support for .gnu_debuglink sectionAlexey Samsonov1-0/+83
2013-07-17LLVMSymbolize.cpp: Fix build. Triple::ArchType is not a namespace.NAKAMURA Takumi1-1/+1
2013-07-17llvm-symbolizer: be more careful with colons in file namesAlexey Samsonov1-8/+7
2013-07-01llvm-symbolizer: Recognize a drive letter on win32. Then "REQUIRES: shell" ca...NAKAMURA Takumi1-0/+5
2013-06-28llvm-symbolizer: don't leave dangling pointers after flushing LLVMSymbolizer....Alexey Samsonov1-0/+2
2013-06-28llvm-symbolizer: skip leading underscore in Mach-O symbol table entriesAlexey Samsonov1-0/+3
2013-06-28llvm-symbolizer: make name demangling a public static method of LLVMSymbolizerAlexey Samsonov1-8/+10
2013-06-28llvm-symbolizer: add support for Mach-O universal binariesAlexey Samsonov1-38/+71
2013-06-07[llvm-symbolizer] rewrite r183213 in a more clear wayAlexey Samsonov1-6/+7
2013-06-04[llvm-symbolizer] Avoid calling slow getSymbolSize for Mach-O files. Assume t...Alexey Samsonov1-8/+19
2013-06-03Correct handling invalid filename in llvm-symbolizerAlexey Samsonov1-2/+2
2013-04-18At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola1-1/+1
2013-04-09Convert MachOObjectFile to a template.Rafael Espindola1-1/+1
2013-03-19Fix for r177390: map values are pointers, use DeleteContainerSeconds() instea...Alexey Samsonov1-1/+2
2013-03-19llvm-symbolizer: flush internal caches functionalityDmitry Vyukov1-0/+4
2013-02-15clang-formatize llvm-symbolizer codeAlexey Samsonov1-45/+39
2013-02-14llvm-symbolizer: speedup symbol lookupDmitry Vyukov1-39/+59
2013-02-05Print error messages from MemoryBuffer::getFile() in llvm-symbolizerAlexey Samsonov1-1/+2
2013-02-04Replace global std::string with const char[]Alexey Samsonov1-1/+1
2013-01-22llvm-symbolizer: factor out bits of the tool into separate LLVMSymbolize.{h,c...Alexey Samsonov1-0/+272