1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/include/llvm/DebugInfo/DWARF
Jonas Devlieghere becf1e3bbf [dwarfdump] Add verbose output for .debug-line section
This patch adds dumping of line table instructions as well as the final
state at each specified pc value in verbose mode. This is essentially
the same as the default in Darwin's dwarfdump. Dumping the actual line
table opcodes can be particularly useful for something like debugging a
bad `.debug_line` section.

Differential revision: https://reviews.llvm.org/D37971

llvm-svn: 313910
2017-09-21 20:15:30 +00:00
..
DWARFAbbreviationDeclaration.h [DWARF] Shrink AttributeSpec from 24 to 16 bytes. 2017-09-21 15:27:45 +00:00
DWARFAcceleratorTable.h [DWARF] Added verification check for tags in accelerator tables. This patch verifies that the atom tag is actually the same with the tag of the DIE that we retrieve from the table. 2017-07-31 18:01:16 +00:00
DWARFAttribute.h
DWARFCompileUnit.h
DWARFContext.h [dwarfdump] Make .eh_frame an alias for .debug_frame 2017-09-18 14:15:57 +00:00
DWARFDataExtractor.h Use delegation instead of inheritance. 2017-07-19 22:27:28 +00:00
DWARFDebugAbbrev.h dwarfdump: Delay parsing abbreviations until they're needed 2017-09-19 15:13:55 +00:00
DWARFDebugAranges.h
DWARFDebugArangeSet.h
DWARFDebugFrame.h llvm-dwarfdump support --debug-frame=<offset> and --eh-frame=<offset> 2017-09-21 18:52:03 +00:00
DWARFDebugInfoEntry.h
DWARFDebugLine.h [dwarfdump] Add verbose output for .debug-line section 2017-09-21 20:15:30 +00:00
DWARFDebugLoc.h llvm-dwarfdump: automatically dump both regular and .dwo variant of sections 2017-09-13 22:09:01 +00:00
DWARFDebugMacro.h llvm-dwarfdump: automatically dump both regular and .dwo variant of sections 2017-09-13 22:09:01 +00:00
DWARFDebugPubTable.h llvm-dwarfdump: Factor out the printing of the section header (NFC) 2017-09-15 17:39:50 +00:00
DWARFDebugRangeList.h [dwarfdump] Add DWARF verifiers for address ranges 2017-09-14 11:33:42 +00:00
DWARFDie.h llvm-dwarfdump: implement --recurse-depth=<N> 2017-09-20 17:44:00 +00:00
DWARFExpression.h [dwarfdump] Pretty print location expressions and location lists 2017-08-29 21:41:21 +00:00
DWARFFormValue.h [llvm-dwarfdump] Hide .debug_str and DIE reference offsets in brief mode 2017-08-18 21:35:44 +00:00
DWARFGdbIndex.h
DWARFObject.h [llvm-dwarfdump] - Refactor section name/uniqueness gathering. 2017-08-15 15:54:43 +00:00
DWARFRelocMap.h
DWARFSection.h [llvm-dwarfdump] - Refactor section name/uniqueness gathering. 2017-08-15 15:54:43 +00:00
DWARFTypeUnit.h [dwarfdump] Rename Brief to Verbose in DIDumpOptions 2017-09-13 09:43:05 +00:00
DWARFUnit.h dwarfdump/symbolizer: Avoid loading unneeded CUs from a DWP 2017-09-19 18:36:11 +00:00
DWARFUnitIndex.h llvm-dwarfdump: automatically dump both regular and .dwo variant of sections 2017-09-13 22:09:01 +00:00
DWARFVerifier.h llvm-dwarfdump: implement --recurse-depth=<N> 2017-09-20 17:44:00 +00:00