aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-dwarfdump
AgeCommit message (Expand)Author
2018-08-02[DebugInfo/DWARF] Remove redundant iterator type. NFCPaul Robinson
2018-06-20[DWARF] Improved error reporting for range lists. Wolfgang Pieb
2018-06-13Fix "Optional" is ambiguous error on some botsPavel Labath
2018-06-13[DWARF/AccelTable] Remove getDIESectionOffset for DWARF v5 entriesPavel Labath
2018-05-31DWARFAcceleratorTable: fix equal_range iteratorsPavel Labath
2018-05-24[Support] Add color cl category.Jonas Devlieghere
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-08[DebugInfo] Accept `S` in augmentation strings in CIE.Fangrui Song
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama
2018-03-09[DebugInfo/AccelTable] Fix inconsistency in getDIEOffset implementationsPavel Labath
2018-02-24Fix build breakage from r326003Pavel Labath
2018-02-24Implement equal_range for the DWARF v5 accelerator tablePavel Labath
2018-02-08[dwarfdump] Normalize input path.Jonas Devlieghere
2018-01-29[DebugInfo] Basic .debug_names dumping supportPavel Labath
2018-01-22Rename DwarfAcceleratorTable to AppleAcceleratorTable. NFCPavel Labath
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