Package ghidra.app.util.bin.format.dwarf4
-
Class Summary Class Description DebugInfoEntry A DWARF Debug Info Entry is a collection ofattributes
in a hierarchical structure (seeDebugInfoEntry.getParent()
,DebugInfoEntry.getChildren()
).DIEAggregate DIEAggregate groups relatedDebugInfoEntry
records together in a single interface for querying attribute values.DWARFAbbreviation This class represents the 'schema' for a DWARF DIE record.DWARFAttributeSpecification Information about a single DWARF attribute.DWARFCompilationUnit A DWARF "CompilationUnit" is a contiguous block ofDIE
records found in a ".debug_info" section of an ELF program.DWARFCompileUnit DWARFCompileUnit hold some values retrieved from a DWARF DW_TAG_compile_unit DIE.DWARFLine DWARFLine.DWARFFile DWARFFile is used to store file information for each entry in the line section header.DWARFLocation DWARFRange Holds the start (inclusive) and end (exclusive) addresses of a range.DWARFUtil LEB128 -
Exception Summary Exception Description DWARFException DWARFPreconditionException Thrown when a precondition to successfully processing DWARF information is not met.