Expand description
Functions for parsing DWARF debugging abbreviations.
Structs§
- An abbreviation describes the shape of a
DebuggingInformationEntry
’s type: its code, tag type, whether it has children, and its set of attributes. - A set of type abbreviations.
- A cache of previously parsed
Abbreviations
. - The description of an attribute in an abbreviated type. It is a pair of name and form.
- The
DebugAbbrev
struct represents the abbreviations describingDebuggingInformationEntry
s’ attribute names and forms found in the.debug_abbrev
section.
Enums§
- The strategy to use for caching abbreviations.
- A list of attributes found in an
Abbreviation