summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Prevent infinite recursion for malformed DWARFJonas Devlieghere2018-04-301-10/+30
* [dwarf] Unify unknown dwarf enum formatting codePavel Labath2018-03-211-20/+6
* [Support] Move syntax highlighting into supportJonas Devlieghere2018-03-091-9/+10
* [DebugInfo] Unify dumping of address rangesJonas Devlieghere2018-01-161-4/+2
* dwarfdump: Add support for the --diff option.Adrian Prantl2017-12-081-7/+10
* llvm-dwarfdump: honor the --show-children option when dumping a specific DIE.Adrian Prantl2017-11-291-1/+1
* Fixed the ability to recursively get an attribute value from a DWARFDie.Greg Clayton2017-11-271-10/+9
* [llvm-dwarfdump] Display DW_AT_high_pc as absolute valueJonas Devlieghere2017-11-271-3/+11
* [DWARFv5] Support DW_FORM_strp in the .debug_line header.Paul Robinson2017-11-071-2/+3
* [llvm-dwarfdump] - Fix array out of bounds access crash.George Rimar2017-10-251-0/+6
* [llvm-dwarfdump] - Teach tool about few GNU call_sites constants.George Rimar2017-10-231-1/+2
* Re-land "[llvm-dwarfdump] Print type names in DW_AT_type DIEs"Jonas Devlieghere2017-10-101-4/+64
* Revert "[llvm-dwarfdump] Print type names in DW_AT_type DIEs"Jonas Devlieghere2017-10-101-62/+0
* [llvm-dwarfdump] Print type names in DW_AT_type DIEsJonas Devlieghere2017-10-101-0/+62
* clang-format file.Adrian Prantl2017-10-041-30/+27
* delete commented out code.Adrian Prantl2017-10-041-2/+0
* [dwarfdump] Add -show-formJonas Devlieghere2017-10-021-1/+1
* llvm-dwarfdump: implement --recurse-depth=<N>Adrian Prantl2017-09-201-6/+7
* llvm-dwarfdump: add a --show-parents options when selectively dumping DIEs.Adrian Prantl2017-09-181-1/+16
* llvm-dwarfdump: Sink the handling of ShowChildren into DWARFDie::dump(). NFC.Adrian Prantl2017-09-181-0/+1
* [dwarfdump] Rename Brief to Verbose in DIDumpOptionsJonas Devlieghere2017-09-131-6/+7
* [dwarfdump] Pretty print location expressions and location listsReid Kleckner2017-08-291-0/+45
* Revert "[llvm-dwarfdump] Print type names in DW_AT_type DIEs"Jonas Devlieghere2017-08-221-2/+1
* [llvm-dwarfdump] Print type names in DW_AT_type DIEsJonas Devlieghere2017-08-221-1/+2
* [llvm-dwarfdump] Hide .debug_str and DIE reference offsets in brief modeJonas Devlieghere2017-08-181-9/+9
* Add a convenience overload of DWARFDie::dump() for debugging purposes.Adrian Prantl2017-08-161-0/+2
* [llvm-dwarfdump] - Attemp to fix BB after r310915.George Rimar2017-08-151-1/+1
* [llvm-dwarfdump] - Refactor section name/uniqueness gathering.George Rimar2017-08-151-18/+7
* [llvm-dwarfdump] - Print section name and index when dumping .debug_info rangesGeorge Rimar2017-08-151-12/+40
* fix trivial typos in comments; NFCHiroshi Inoue2017-07-031-1/+1
* [DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.Paul Robinson2017-06-291-1/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Introduce -brief command line option to llvm-dwarfdumpAdrian Prantl2017-06-061-16/+21
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Recommit "[DWARF] - Make collectAddressRanges() return section index in addit...George Rimar2017-05-271-5/+8
* Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar2017-05-261-8/+5
* [DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar2017-05-261-5/+8
* Revert "[DWARF] - Make collectAddressRanges() return section index in additio...George Rimar2017-05-261-8/+5
* Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index ...George Rimar2017-05-261-5/+8
* Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar2017-05-261-8/+5
* [DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar2017-05-261-5/+8
* [DWARF] - Use DWARFAddressRange struct instead of uint64_t pair for DWARFAddr...George Rimar2017-05-161-6/+6
* Revert r303159 "[DWARF] - Use DWARFAddressRange struct instead of uint64_t pa...George Rimar2017-05-161-6/+6
* [DWARF] - Use DWARFAddressRange struct instead of uint64_t pair for DWARFAddr...George Rimar2017-05-161-6/+6
* Using address range map to speedup finding inline stack for address.Dehao Chen2017-04-191-26/+0
* Revert r300697 which causes buildbot failure.Dehao Chen2017-04-191-0/+26
* Using address range map to speedup finding inline stack for address.Dehao Chen2017-04-191-26/+0
* Add GNU_discriminator support for inline callsites in llvm-symbolizer.Dehao Chen2017-04-171-1/+3
* Fix llvm-symbolizer to navigate both DW_AT_abstract_origin and DW_AT_specific...David Blaikie2017-03-131-22/+10
* [DebugInfo] Fix some Clang-tidy modernize and Include What You Use warnings; ...Eugene Zelenko2017-02-271-12/+17
OpenPOWER on IntegriCloud