summaryrefslogtreecommitdiff
path: root/lib/DebugInfo
AgeCommit message (Expand)Author
2017-11-27Fixed the ability to recursively get an attribute value from a DWARFDie.Greg Clayton
2017-11-27[BinaryStream] Support growable streams.Zachary Turner
2017-11-27[llvm-dwarfdump] Display DW_AT_high_pc as absolute valueJonas Devlieghere
2017-11-22[DwarfDump] -debug-line=offset applies to .dwo too.Paul Robinson
2017-11-22[DebugInfo] Dump a .debug_line section, including line-number program,Paul Robinson
2017-11-22[DWARFv5] Support DW_FORM_strp in the .debug_line.dwo header.Paul Robinson
2017-11-22[DWARF] Fix handling of extended line-number opcodesPaul Robinson
2017-11-17Don't #include MemoryBuffer.h from Host.h.Zachary Turner
2017-11-16Fix my typo of PDB_TableTypeReid Kleckner
2017-11-16Fix -Wreturn-type falling off the end of a function in new DIA codeReid Kleckner
2017-11-16[DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumT...Aaron Smith
2017-11-16Test commit. Add a missing dash to the standard llvm file header; NFC.Aaron Smith
2017-11-08Convert FileOutputBuffer to Expected. NFC.Rafael Espindola
2017-11-07[DWARFv5] Support DW_FORM_strp in the .debug_line header.Paul Robinson
2017-11-01Fix warnings discovered by rL317076. [-Wunused-private-field]NAKAMURA Takumi
2017-10-31Revert "[DWARF] Now that Optional is standard layout, put it into an union in...Benjamin Kramer
2017-10-31[DWARF] Now that Optional is standard layout, put it into an union instead of...Benjamin Kramer
2017-10-27Fix BB after r316756 "[llvm-dwarfdump] - Teach verifier to report broken DWAR...George Rimar
2017-10-27[llvm-dwarfdump] - Teach verifier to report broken DWARF expressions.George Rimar
2017-10-27[PDB] Handle an empty globals hash table with no bucketsReid Kleckner
2017-10-25Re-land "[dwarfdump] Add -lookup option"Jonas Devlieghere
2017-10-25[llvm-dwarfdump] - Fix array out of bounds access crash.George Rimar
2017-10-24[codeview] Fix handling of S_HEAPALLOCSITEReid Kleckner
2017-10-23[codeview] Add support for inlinee listsReid Kleckner
2017-10-23[codeview] Recognize two records with no type index fieldsReid Kleckner
2017-10-23[llvm-dwarfdump] - Teach tool about few GNU call_sites constants.George Rimar
2017-10-20COFF: Add type server pdb files to linkrepro tar file.Peter Collingbourne
2017-10-16[llvm-dwarfdump] - Teach tool to parse DW_CFA_GNU_args_size.George Rimar
2017-10-10Re-land "[llvm-dwarfdump] Print type names in DW_AT_type DIEs"Jonas Devlieghere
2017-10-10Revert "[llvm-dwarfdump] Print type names in DW_AT_type DIEs"Jonas Devlieghere
2017-10-10[llvm-dwarfdump] Print type names in DW_AT_type DIEsJonas Devlieghere
2017-10-06[dwarfdump] Verify that unit type matches root DIEJonas Devlieghere
2017-10-04clang-format file.Adrian Prantl
2017-10-04delete commented out code.Adrian Prantl
2017-10-03Fix -Wcovered-switch-default warnings from r314821Hans Wennborg
2017-10-03Revert r314817 "[dwarfdump] Add -lookup option"Hans Wennborg
2017-10-03CodeView: Provide a .def file with the register idsHans Wennborg
2017-10-03[dwarfdump] Add -lookup optionJonas Devlieghere
2017-10-02CodeView symbol dumper: use symbolic names for registersHans Wennborg
2017-10-02[dwarfdump] Add -show-formJonas Devlieghere
2017-09-29[dwarfdump][NFC] Consistent printing of address rangesJonas Devlieghere
2017-09-29[dwarfdump][NFC] Consistent errors and warnings with --verifyJonas Devlieghere
2017-09-29llvm-dwarfdump: support .apple-namespaces in --findAdrian Prantl
2017-09-29llvm-dwarfdump: add support for .apple_types in --findAdrian Prantl
2017-09-28llvm-dwarfdump: implement --find for .apple_namesAdrian Prantl
2017-09-28[dwarfdump] Verify that CUs have a unit DIE.Jonas Devlieghere
2017-09-27[dwarfdump] Fix printing of .debug_line offset.Jonas Devlieghere
2017-09-27[dwarfdump] Add support for -debug-line=OFFSETJonas Devlieghere
2017-09-27[dwarfdump] Add support for -debug-loc=OFFSETJonas Devlieghere
2017-09-26[dwarfdump] Skip 'stripped' sectionsJonas Devlieghere