summaryrefslogtreecommitdiff
path: root/tools/llvm-dwarfdump
AgeCommit message (Expand)Author
2017-12-19[dwarfdump] Lookup needs to be an unsigned long long parameter.Jonas Devlieghere
2017-12-13Remove redundant includes from tools.Michael Zolotukhin
2017-12-08dwarfdump: Add support for the --diff option.Adrian Prantl
2017-11-29llvm-dwarfdump: honor the --show-children option when dumping a specific DIE.Adrian Prantl
2017-10-25Re-land "[dwarfdump] Add -lookup option"Jonas Devlieghere
2017-10-06Unify spelling.Adrian Prantl
2017-10-06llvm-dwarfdump: Add an option to collect debug info quality metrics.Adrian Prantl
2017-10-03llvm-dwarfdump: implement the --regex option in combination with --name.Adrian Prantl
2017-10-03Revert r314817 "[dwarfdump] Add -lookup option"Hans Wennborg
2017-10-03[dwarfdump] Add -lookup optionJonas Devlieghere
2017-10-02llvm-dwarfdump: support the --ignore-case option.Adrian Prantl
2017-10-02[dwarfdump] Add -show-formJonas Devlieghere
2017-09-30typosAdrian Prantl
2017-09-30llvm-dwarfdump: implement the --name lookup option.Adrian Prantl
2017-09-30Add commentsAdrian Prantl
2017-09-29llvm-dwarfdump: support .apple-namespaces in --findAdrian Prantl
2017-09-29llvm-dwarfdump: add support for .apple_types in --findAdrian Prantl
2017-09-28try and appease gccAdrian Prantl
2017-09-28llvm-dwarfdump: implement --find for .apple_namesAdrian Prantl
2017-09-23Commit missing fixes for tool_file_renameReid Kleckner
2017-09-22[dwarfdump] Fix ambiguous call to make_uniqueJonas Devlieghere
2017-09-22[dwarfdump] Add support for redirecting output to a fileJonas Devlieghere
2017-09-21llvm-dwarfdump: Add support for the --arch command line option.Adrian Prantl
2017-09-20llvm-dwarfdump: move -eh-frame into the right section in the help output.Adrian Prantl
2017-09-20llvm-dwarfdump: implement --recurse-depth=<N>Adrian Prantl
2017-09-19llvm-dwarfdump: un-hide more command line optionsAdrian Prantl
2017-09-18Replace for_each with a range-based for. NFC.Adrian Prantl
2017-09-18llvm-dwarfdump: add a --show-parents options when selectively dumping DIEs.Adrian Prantl
2017-09-18[dwarfdump] Make .eh_frame an alias for .debug_frameJonas Devlieghere
2017-09-16llvm-dwarfdump: support a --show-children optionAdrian Prantl
2017-09-15llvm-dwarfdump: Add support for -debug-info=<offset>.Adrian Prantl
2017-09-15Revert "llvm-dwarfdump: Add support for -debug-info=<offset>."Adrian Prantl
2017-09-15llvm-dwarfdump: Add support for -debug-info=<offset>.Adrian Prantl
2017-09-14llvm-dwarfdump: support dumping static archives.Adrian Prantl
2017-09-13Use MemoryBufferRef. (NFC)Adrian Prantl
2017-09-13Factor out duplicate code from llvm-dwarfdump (NFC)Adrian Prantl
2017-09-13llvm-dwarfdump: automatically dump both regular and .dwo variant of sectionsAdrian Prantl
2017-09-13llvm-dwarfdump: support dumping UUIDs of Mach-O binaries.Adrian Prantl
2017-09-13[dwarfdump] Rename Brief to Verbose in DIDumpOptionsJonas Devlieghere
2017-09-12Clean up the --help output of llvm-dwarfdump by hiding irrelevant options.Adrian Prantl
2017-09-11llvm-dwarfdump: Make -brief the default and add a -verbose option instead.Adrian Prantl
2017-09-11llvm-dwarfdump: Replace -debug-dump=sect option with individual options.Adrian Prantl
2017-08-31[llvm-dwarfdump] Brief mode only dumps debug_info by defaultJonas Devlieghere
2017-08-31cmake: Invent add_llvm_fuzzer to set up fuzzer targetsJustin Bogner
2017-08-29[dwarfdump] Pretty print location expressions and location listsReid Kleckner
2017-08-29fix llvm-dwarfdump-fuzzer.cpp to use the current libFuzzer APIKostya Serebryany
2017-08-23Update LLVM fuzzers to use the libFuzzer bundled with the compiler toolchainGeorge Karpenkov
2017-07-19Remove some leftover DWARFContextInMemory.Rafael Espindola
2017-07-19Use delegation instead of inheritance.Rafael Espindola
2017-06-12[DWARF] Added a blank line in llvm-dwarfdump to test commit access.Spyridoula Gravani