summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r314817 "[dwarfdump] Add -lookup option"Hans Wennborg2017-10-031-36/+5
* [dwarfdump] Add -lookup optionJonas Devlieghere2017-10-031-5/+36
* llvm-dwarfdump: support the --ignore-case option.Adrian Prantl2017-10-021-3/+12
* [dwarfdump] Add -show-formJonas Devlieghere2017-10-021-3/+10
* typosAdrian Prantl2017-09-301-3/+3
* llvm-dwarfdump: implement the --name lookup option.Adrian Prantl2017-09-301-9/+39
* Add commentsAdrian Prantl2017-09-301-0/+5
* llvm-dwarfdump: support .apple-namespaces in --findAdrian Prantl2017-09-291-0/+2
* llvm-dwarfdump: add support for .apple_types in --findAdrian Prantl2017-09-291-5/+14
* try and appease gccAdrian Prantl2017-09-281-1/+1
* llvm-dwarfdump: implement --find for .apple_namesAdrian Prantl2017-09-281-1/+24
* Commit missing fixes for tool_file_renameReid Kleckner2017-09-231-2/+2
* [dwarfdump] Fix ambiguous call to make_uniqueJonas Devlieghere2017-09-221-2/+2
* [dwarfdump] Add support for redirecting output to a fileJonas Devlieghere2017-09-221-24/+44
* llvm-dwarfdump: Add support for the --arch command line option.Adrian Prantl2017-09-211-16/+57
* llvm-dwarfdump: move -eh-frame into the right section in the help output.Adrian Prantl2017-09-201-1/+1
* llvm-dwarfdump: implement --recurse-depth=<N>Adrian Prantl2017-09-201-0/+11
* llvm-dwarfdump: un-hide more command line optionsAdrian Prantl2017-09-191-4/+9
* Replace for_each with a range-based for. NFC.Adrian Prantl2017-09-181-4/+2
* llvm-dwarfdump: add a --show-parents options when selectively dumping DIEs.Adrian Prantl2017-09-181-1/+8
* [dwarfdump] Make .eh_frame an alias for .debug_frameJonas Devlieghere2017-09-181-1/+3
* llvm-dwarfdump: support a --show-children optionAdrian Prantl2017-09-161-0/+7
* llvm-dwarfdump: Add support for -debug-info=<offset>.Adrian Prantl2017-09-151-10/+77
* Revert "llvm-dwarfdump: Add support for -debug-info=<offset>."Adrian Prantl2017-09-151-73/+10
* llvm-dwarfdump: Add support for -debug-info=<offset>.Adrian Prantl2017-09-151-10/+73
* llvm-dwarfdump: support dumping static archives.Adrian Prantl2017-09-141-7/+37
* Use MemoryBufferRef. (NFC)Adrian Prantl2017-09-131-3/+2
* Factor out duplicate code from llvm-dwarfdump (NFC)Adrian Prantl2017-09-131-38/+27
* llvm-dwarfdump: automatically dump both regular and .dwo variant of sectionsAdrian Prantl2017-09-131-3/+2
* llvm-dwarfdump: support dumping UUIDs of Mach-O binaries.Adrian Prantl2017-09-131-4/+9
* [dwarfdump] Rename Brief to Verbose in DIDumpOptionsJonas Devlieghere2017-09-131-6/+10
* Clean up the --help output of llvm-dwarfdump by hiding irrelevant options.Adrian Prantl2017-09-121-19/+41
* llvm-dwarfdump: Make -brief the default and add a -verbose option instead.Adrian Prantl2017-09-111-5/+8
* llvm-dwarfdump: Replace -debug-dump=sect option with individual options.Adrian Prantl2017-09-111-39/+18
* [llvm-dwarfdump] Brief mode only dumps debug_info by defaultJonas Devlieghere2017-08-311-3/+12
* [dwarfdump] Pretty print location expressions and location listsReid Kleckner2017-08-291-1/+7
* Use delegation instead of inheritance.Rafael Espindola2017-07-191-3/+3
* [DWARF] Added a blank line in llvm-dwarfdump to test commit access.Spyridoula Gravani2017-06-121-0/+1
* Introduce -brief command line option to llvm-dwarfdumpAdrian Prantl2017-06-061-0/+3
* [DWARF] Adding support for the DWARF v5 string offsets table (consumer/reader...Wolfgang Pieb2017-06-061-0/+1
* [DWARF] Introduce Dump OptionsAdrian Prantl2017-06-011-1/+5
* Adds initial llvm-dwarfdump --verify support with unit tests.Greg Clayton2017-05-011-1/+52
* Fix a bugs with using some Mach-O command line flags like "-arch armv7m".Kevin Enderby2016-12-161-1/+1
* dwarfdump: -summarize-types: print a short summary (unqualified type name, ha...David Blaikie2016-10-181-1/+5
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-1/+1
* Revert r282238 "Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gd...George Rimar2016-09-231-0/+1
* Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section."George Rimar2016-09-231-1/+0
* [llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section.George Rimar2016-09-231-0/+1
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1
* Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer2016-06-081-1/+1
OpenPOWER on IntegriCloud