summaryrefslogtreecommitdiff
path: root/tools/llvm-symbolizer
Commit message (Expand)AuthorAgeFilesLines
* [tools] Add option to install binutils symlinksShoaib Meenai2017-11-021-0/+4
* DebugInfo: Provide option for explicitly specifying the name of the DWP fileDavid Blaikie2017-07-301-2/+8
* Add a verbose/human readable mode to llvm-symbolizer to investigate discrimin...David Blaikie2017-01-311-1/+4
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-2/+1
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1
* [Symbolize] Check if the PE file has a PDB and emit an error if we can't load itReid Kleckner2016-06-031-6/+8
* Remove autoconf supportChris Bieneman2016-01-261-17/+0
* [llvm-symbolizer] -print-source-context-lines option to print source code aro...Mike Aizatsky2016-01-091-1/+5
* [llvm-symbolizer] Print out non-address lines verbatim.Mike Aizatsky2016-01-071-13/+21
* [Symbolizer]: Add -pretty-print optionHemant Kulkarni2015-11-111-2/+9
* Reverting r252760Colin LeMahieu2015-11-111-9/+2
* [Symbolizer]: Add -pretty-print optionHemant Kulkarni2015-11-111-2/+9
* [LLVMSymbolize] Properly propagate object parsing errors from the library.Alexey Samsonov2015-11-041-3/+14
* [LLVMSymbolize] Factor out the logic for printing structs from DIContext. NFC.Alexey Samsonov2015-11-031-6/+11
* Let the users of LLVMSymbolizer decide whether they want to symbolize inlined...Alexey Samsonov2015-10-301-3/+4
* Move parts of llvm-symbolizer tool into LLVMSymbolize library.Alexey Samsonov2015-10-265-798/+3
* Simplify boolean conditional return statements in tools/llvm-symbolizer.Rafael Espindola2015-10-241-3/+1
* Speculative fix for GCC buildReid Kleckner2015-10-161-8/+11
* [llvm-symbolizer] Use the export table if no symbols are presentReid Kleckner2015-10-162-0/+45
* [llvm-symbolizer] Add -print-address optionHemant Kulkarni2015-10-121-0/+8
* [llvm-symbolizer] Reverting r250067Colin LeMahieu2015-10-121-8/+0
* [llvm-symbolizer] Add -print-address optionHemant Kulkarni2015-10-121-0/+8
* Address review comments, remove error case and return 0 instead as required b...Reid Kleckner2015-10-091-2/+1
* [llvm-symbolizer] Make --relative-address work with DWARF contextsReid Kleckner2015-10-092-2/+22
* [llvm-symbolizer] Remove underscores and other C mangling on WindowsReid Kleckner2015-08-102-29/+81
* Delete UnknownAddress. It is a perfectly valid symbol value.Rafael Espindola2015-07-071-2/+0
* Return ErrorOr from getSymbolAddress.Rafael Espindola2015-07-031-3/+5
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-021-2/+3
* [Support] Lazy load of dbghlp.dll on WindowsLeny Kholodov2015-07-021-0/+1
* Simplify getSymbolType.Rafael Espindola2015-06-261-3/+1
* Use computeSymbolSizes in llvm-symbolize.Rafael Espindola2015-06-252-21/+8
* Modernize getELFDynamicSymbolIterators.Rafael Espindola2015-06-251-4/+3
* Change how symbol sizes are handled in lib/Object.Rafael Espindola2015-06-241-9/+6
* [Object] Search for architecures by name in MachOUniversalBinary::getObjectFo...Frederic Riss2015-06-221-1/+1
* Simplify another function that doesn't fail.Rafael Espindola2015-06-011-3/+5
* A few fixes for llvm-symbolizer on Windows.Zachary Turner2015-05-063-14/+38
* [llvm-symbolizer] Link DebugInfoPDB for the autoconf buildZachary Turner2015-04-271-1/+1
* Make llvm-symbolizer work on Windows.Zachary Turner2015-04-273-1/+20
* Move DIContext.h to common DebugInfo location.Zachary Turner2015-04-232-2/+3
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-0/+1
* Move DebugInfo to DebugInfo/DWARF.Zachary Turner2015-01-303-3/+3
* llvm-symbolizer: teach it about PowerPC64 ELF function descriptorsJay Foad2014-11-072-4/+40
* [Object] Modify OwningBinary's interface to separate inspection from ownership.Lang Hames2014-10-312-6/+9
* [llvm-symbolizer] Introduce the -dsym-hint option.Alexander Potapenko2014-10-173-50/+108
* [llvm-symbolizer] Minor typedef cleanup. NFC.Alexander Potapenko2014-10-142-23/+20
* Follow-up for r217020: actually commit the fix for PR20800,Alexander Potapenko2014-09-031-11/+1
* Fix PR20800: correctly calculate the offset of the subq instruction when gene...Alexander Potapenko2014-09-031-1/+11
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-192-8/+16
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-3/+3
* Remove some calls to std::move.Rafael Espindola2014-08-011-1/+1