Expand description
Functions for parsing DWARF debugging abbreviations.
Structsยง
- Abbreviation
- An abbreviation describes the shape of a
DebuggingInformationEntry
โs type: its code, tag type, whether it has children, and its set of attributes. - Abbreviations
- A set of type abbreviations.
- Abbreviations
Cache - A cache of previously parsed
Abbreviations
. - Attribute
Specification - The description of an attribute in an abbreviated type. It is a pair of name and form.
- Debug
Abbrev - The
DebugAbbrev
struct represents the abbreviations describingDebuggingInformationEntry
sโ attribute names and forms found in the.debug_abbrev
section.
Enumsยง
- Abbreviations
Cache Strategy - The strategy to use for caching abbreviations.
- Attributes ๐
- A list of attributes found in an
Abbreviation
Constantsยง
Functionsยง
- get_
attribute_ ๐size