summaryrefslogtreecommitdiff
path: root/tools/llvm-symbolizer
AgeCommit message (Expand)Author
2018-05-26[llvm-symbolizer] SimplifyFangrui Song
2018-05-25[llvm-symbolizer] Simplify. NFCFangrui Song
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama
2018-03-07Use itaniumDemangle in llvm-symbolizerEugene Zemtsov
2017-11-02[tools] Add option to install binutils symlinksShoaib Meenai
2017-07-30DebugInfo: Provide option for explicitly specifying the name of the DWP fileDavid Blaikie
2017-01-31Add a verbose/human readable mode to llvm-symbolizer to investigate discrimin...David Blaikie
2016-10-08Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith
2016-06-03[Symbolize] Check if the PE file has a PDB and emit an error if we can't load itReid Kleckner
2016-01-26Remove autoconf supportChris Bieneman
2016-01-09[llvm-symbolizer] -print-source-context-lines option to print source code aro...Mike Aizatsky
2016-01-07[llvm-symbolizer] Print out non-address lines verbatim.Mike Aizatsky
2015-11-11[Symbolizer]: Add -pretty-print optionHemant Kulkarni
2015-11-11Reverting r252760Colin LeMahieu
2015-11-11[Symbolizer]: Add -pretty-print optionHemant Kulkarni
2015-11-04[LLVMSymbolize] Properly propagate object parsing errors from the library.Alexey Samsonov
2015-11-03[LLVMSymbolize] Factor out the logic for printing structs from DIContext. NFC.Alexey Samsonov
2015-10-30Let the users of LLVMSymbolizer decide whether they want to symbolize inlined...Alexey Samsonov
2015-10-26Move parts of llvm-symbolizer tool into LLVMSymbolize library.Alexey Samsonov
2015-10-24Simplify boolean conditional return statements in tools/llvm-symbolizer.Rafael Espindola
2015-10-16Speculative fix for GCC buildReid Kleckner
2015-10-16[llvm-symbolizer] Use the export table if no symbols are presentReid Kleckner
2015-10-12[llvm-symbolizer] Add -print-address optionHemant Kulkarni
2015-10-12[llvm-symbolizer] Reverting r250067Colin LeMahieu
2015-10-12[llvm-symbolizer] Add -print-address optionHemant Kulkarni
2015-10-09Address review comments, remove error case and return 0 instead as required b...Reid Kleckner
2015-10-09[llvm-symbolizer] Make --relative-address work with DWARF contextsReid Kleckner
2015-08-10[llvm-symbolizer] Remove underscores and other C mangling on WindowsReid Kleckner
2015-07-07Delete UnknownAddress. It is a perfectly valid symbol value.Rafael Espindola
2015-07-03Return ErrorOr from getSymbolAddress.Rafael Espindola
2015-07-02Return ErrorOr from SymbolRef::getName.Rafael Espindola
2015-07-02[Support] Lazy load of dbghlp.dll on WindowsLeny Kholodov
2015-06-26Simplify getSymbolType.Rafael Espindola
2015-06-25Use computeSymbolSizes in llvm-symbolize.Rafael Espindola
2015-06-25Modernize getELFDynamicSymbolIterators.Rafael Espindola
2015-06-24Change how symbol sizes are handled in lib/Object.Rafael Espindola
2015-06-22[Object] Search for architecures by name in MachOUniversalBinary::getObjectFo...Frederic Riss
2015-06-01Simplify another function that doesn't fail.Rafael Espindola
2015-05-06A few fixes for llvm-symbolizer on Windows.Zachary Turner
2015-04-27[llvm-symbolizer] Link DebugInfoPDB for the autoconf buildZachary Turner
2015-04-27Make llvm-symbolizer work on Windows.Zachary Turner
2015-04-23Move DIContext.h to common DebugInfo location.Zachary Turner
2015-03-23Purge unused includes throughout libSupport.Benjamin Kramer
2015-01-30Move DebugInfo to DebugInfo/DWARF.Zachary Turner
2014-11-07llvm-symbolizer: teach it about PowerPC64 ELF function descriptorsJay Foad
2014-10-31[Object] Modify OwningBinary's interface to separate inspection from ownership.Lang Hames
2014-10-17[llvm-symbolizer] Introduce the -dsym-hint option.Alexander Potapenko
2014-10-14[llvm-symbolizer] Minor typedef cleanup. NFC.Alexander Potapenko
2014-09-03Follow-up for r217020: actually commit the fix for PR20800,Alexander Potapenko