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
DebugAbbrevstruct represents the abbreviations describingDebuggingInformationEntrysโ attribute names and forms found in the.debug_abbrevsection.
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