summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* llvm-dwarfdump: support dumping UUIDs of Mach-O binaries.Adrian Prantl2017-09-131-0/+28
* [dwarfdump] Rename Brief to Verbose in DIDumpOptionsJonas Devlieghere2017-09-131-6/+6
* llvm-dwarfdump: Replace -debug-dump=sect option with individual options.Adrian Prantl2017-09-111-33/+33
* [dwarfdump] Pretty print location expressions and location listsReid Kleckner2017-08-291-2/+26
* Move helper classes into anonymous namespaces.Benjamin Kramer2017-08-201-1/+1
* [llvm-dwarfdump] - Refactor section name/uniqueness gathering.George Rimar2017-08-151-0/+13
* [llvm-dwarfdump] - Print section name and index when dumping .debug_info rangesGeorge Rimar2017-08-151-1/+5
* [DebugInfo][DWARF] Address paulr's comment on rL310253.Simon Dardis2017-08-071-1/+1
* [DebugInfo][DWARF] Use PRIx64 explicitly in output.Simon Dardis2017-08-071-2/+2
* DebugInfo: Fix for CU index usage in 309507David Blaikie2017-07-301-1/+3
* DebugInfo: Use DWP cu_index to speed up symbolizing (as intended)David Blaikie2017-07-301-2/+11
* DebugInfo: Provide option for explicitly specifying the name of the DWP fileDavid Blaikie2017-07-301-6/+9
* [DWARF] Minor code style modification, no functionality change.Spyridoula Gravani2017-07-271-8/+5
* [DWARF] Generalized verification of .apple_names accelerator table to be appl...Spyridoula Gravani2017-07-261-4/+1
* Move DWARFSectionMap to a .cpp file.Rafael Espindola2017-07-241-0/+6
* [DWARF] Added check that verifies that no abbreviation declaration has more t...Spyridoula Gravani2017-07-201-0/+1
* Use llvm::make_unique once more to avoid ADL ambiguity with std::make_uniqueReid Kleckner2017-07-191-2/+3
* Use llvm::make_unique to try to fix the windows build.Rafael Espindola2017-07-191-2/+2
* Remove some leftover DWARFContextInMemory.Rafael Espindola2017-07-191-14/+0
* Use delegation instead of inheritance.Rafael Espindola2017-07-191-229/+394
* [DWARF] Modification of code for the verification of .debug_info section.Spyridoula Gravani2017-07-181-2/+0
* [DWARF] Introduce verification for the unit header chain in .debug_info secti...Spyridoula Gravani2017-07-131-0/+2
* [DWARF] Fixing a bug with processing of DWARF v5 indexed strings in Mach-O ob...Wolfgang Pieb2017-07-131-4/+4
* Don't expose a map in the DWARFContext interface.Rafael Espindola2017-07-121-6/+6
* [DWARF] - Rename variable. NFC.George Rimar2017-07-101-3/+3
OpenPOWER on IntegriCloud