aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/DebugInfo/llvm-symbolizer.test
AgeCommit message (Expand)AuthorFilesLines
2014-11-04Remove "REQUIRES:shell" from tests. They work for me.NAKAMURA Takumi1-2/+0
2014-09-22Allow DWARFDebugInfoEntryMinimal::getSubroutineName to resolve cross-unit ref...Frederic Riss1-0/+8
2014-09-19Omit DW_TAG_subprograms for subprograms without inlined subroutines when prod...David Blaikie1-3/+3
2014-09-05[DWARF parser] Fix nasty memory corruption in .dwo files handling.Alexey Samsonov1-0/+13
2014-06-12[DWARF parser] Fix broken address ranges construction.Alexey Samsonov1-0/+4
2014-06-12[llvm-symbolizer] Fix parsing DW_AT_ranges in Fission skeleton compile unit D...Alexey Samsonov1-0/+4
2014-05-19Kill symbolization functionality in llvm-dwarfdump. We have llvm-symbolizer f...Alexey Samsonov1-4/+42
2014-05-17[DWARF parser] Teach DIContext to fetch short (non-linkage) function names fo...Alexey Samsonov1-1/+7
2014-04-18[llvm-symbolizer] Print file/line for a PC even if there is no DIE describing...Alexey Samsonov1-0/+4
2014-02-26llvm-symbolizer: use dynamic symbol table if the regular one is stripped.Alexey Samsonov1-0/+6
2014-01-16llvm-symbolizer: make mangled name heuristic apply to all symbolsEd Maste1-0/+11
2013-12-24llvm-symbolizer: add --obj flag to specify a single object file that should b...Alexey Samsonov1-0/+9
2013-10-30Add DebugInfo testcase for high_pc encoded as constant, fixed in r193555.Will Dietz1-0/+10
2013-08-14llvm-symbolizer: add support for .gnu_debuglink sectionAlexey Samsonov1-0/+4
2013-07-01llvm-symbolizer: Recognize a drive letter on win32. Then "REQUIRES: shell" ca...NAKAMURA Takumi1-2/+0
2013-06-28llvm-symbolizer: skip leading underscore in Mach-O symbol table entriesAlexey Samsonov1-3/+3
2013-06-28llvm-symbolizer: add support for Mach-O universal binariesAlexey Samsonov1-2/+16
2013-06-04[llvm-symbolizer] Avoid calling slow getSymbolSize for Mach-O files. Assume t...Alexey Samsonov1-0/+5
2013-06-03Correct handling invalid filename in llvm-symbolizerAlexey Samsonov1-0/+3
2013-04-08Simplify the quoting here. Our lit emulator doesn't deal well with theChandler Carruth1-1/+1
2013-04-05llvm-symbolizer: correctly parse filenames given in quotesAlexey Samsonov1-1/+5
2013-04-05Add a basic test for llvm-symbolizer toolAlexey Samsonov1-0/+21