summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Use WithColor to print errors/warningsJonas Devlieghere2018-04-141-2/+3
* [debug_loc] Fix typo in DWARFExpression constructorPavel Labath2018-04-061-3/+7
* [DWARF v5][NFC]: Refactor DebugRnglists to prepare for the support of the DW_...Wolfgang Pieb2018-04-051-1/+1
* [DebugInfo] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-011-6/+6
* [DWARF v5] Support for verbose dumping of .debug_rnglist entriesWolfgang Pieb2018-03-081-2/+3
* Reland "[DebugInfo] Support DWARF expressions in eh_frame"Rafael Auler2018-03-081-6/+6
* Revert r326932: [DebugInfo] Support DWARF expressions in eh_frameRui Ueyama2018-03-071-6/+6
* [DebugInfo] Support DWARF expressions in eh_frameRafael Auler2018-03-071-6/+6
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-231-1/+3
* [DWARF] Regularize dumping strings from line tables.Paul Robinson2018-02-051-2/+2
* [DWARF v5] Add limited support for dumping .debug_rnglistsJames Henderson2018-02-021-0/+27
* [DWARFv5] Re-enable dumping a line table with no CU.Paul Robinson2018-01-291-5/+5
* [DebugInfo] Basic .debug_names dumping supportPavel Labath2018-01-291-5/+18
* [DWARFv5] Support DW_FORM_line_strp in llvm-dwarfdump.Paul Robinson2018-01-251-0/+13
* Rename DwarfAcceleratorTable to AppleAcceleratorTable. NFCPavel Labath2018-01-221-7/+7
* dwarfdump: Match the --uuid output with that of Darwin dwarfdump.Adrian Prantl2018-01-051-1/+2
* [DWARF] Fix formatting bug with r321295. This fixes a MIPS buildbot failure.Wolfgang Pieb2017-12-221-1/+1
* [DWARF v5] Rework of string offsets table readerWolfgang Pieb2017-12-211-57/+96
* [dwarfdump] Fix off-by-one bug in accelerator table extractor.Jonas Devlieghere2017-12-111-1/+2
* [DebugInfo] Bail out if making no progress dumping line tables.Paul Robinson2017-12-011-0/+4
* [DwarfDump] -debug-line=offset applies to .dwo too.Paul Robinson2017-11-221-1/+3
* [DebugInfo] Dump a .debug_line section, including line-number program,Paul Robinson2017-11-221-3/+2
* [DWARFv5] Support DW_FORM_strp in the .debug_line.dwo header.Paul Robinson2017-11-221-32/+68
* [DWARFv5] Support DW_FORM_strp in the .debug_line header.Paul Robinson2017-11-071-4/+4
* Re-land "[dwarfdump] Add -lookup option"Jonas Devlieghere2017-10-251-1/+29
* Revert r314817 "[dwarfdump] Add -lookup option"Hans Wennborg2017-10-031-29/+1
* [dwarfdump] Add -lookup optionJonas Devlieghere2017-10-031-1/+29
* llvm-dwarfdump: support .apple-namespaces in --findAdrian Prantl2017-09-291-15/+13
* llvm-dwarfdump: add support for .apple_types in --findAdrian Prantl2017-09-291-2/+6
* llvm-dwarfdump: implement --find for .apple_namesAdrian Prantl2017-09-281-2/+19
* [dwarfdump] Fix printing of .debug_line offset.Jonas Devlieghere2017-09-271-1/+1
* [dwarfdump] Add support for -debug-line=OFFSETJonas Devlieghere2017-09-271-0/+3
* [dwarfdump] Add support for -debug-loc=OFFSETJonas Devlieghere2017-09-271-2/+2
* [dwarfdump] Skip 'stripped' sectionsJonas Devlieghere2017-09-261-0/+4
* [dwarfdump] Add verbose output for .debug-line sectionJonas Devlieghere2017-09-211-2/+8
* llvm-dwarfdump support --debug-frame=<offset> and --eh-frame=<offset>Adrian Prantl2017-09-211-6/+4
* llvm-dwarfdump: implement --recurse-depth=<N>Adrian Prantl2017-09-201-2/+4
* dwarfdump/symbolizer: Avoid loading unneeded CUs from a DWPDavid Blaikie2017-09-191-3/+2
* llvm-dwarfdump: use more efficient API (NFC)Adrian Prantl2017-09-181-4/+4
* Fix indentation.Adrian Prantl2017-09-181-1/+1
* llvm-dwarfdump: Sink the handling of ShowChildren into DWARFDie::dump(). NFC.Adrian Prantl2017-09-181-4/+2
* [dwarfdump] Make .eh_frame an alias for .debug_frameJonas Devlieghere2017-09-181-8/+7
* llvm-dwarfdump: support a --show-children optionAdrian Prantl2017-09-161-2/+4
* llvm-dwarfdump: Add support for -debug-types=<offset>.Adrian Prantl2017-09-161-12/+15
* llvm-dwarfdump: Add support for -debug-info=<offset>.Adrian Prantl2017-09-151-45/+53
* Revert "llvm-dwarfdump: Add support for -debug-info=<offset>."Adrian Prantl2017-09-151-53/+45
* llvm-dwarfdump: Add support for -debug-info=<offset>.Adrian Prantl2017-09-151-45/+53
* llvm-dwarfdump: Factor out the printing of the section header (NFC)Adrian Prantl2017-09-151-63/+67
* llvm-dwarfdump: support dumping static archives.Adrian Prantl2017-09-141-3/+0
* llvm-dwarfdump: automatically dump both regular and .dwo variant of sectionsAdrian Prantl2017-09-131-74/+91
OpenPOWER on IntegriCloud