Expand description
Provides one function solutions for retrieving information about a variable.
Structs§
- Variable
- Defines what debug information a variable has.
Enums§
- Variable
Location - Holds the location of a variable.
Functions§
- find_
variable_ location - Find the location of a variable.
- find_
variable_ source_ information - Retrieve the variables source location where it was declared.
- find_
variable_ type_ die - Find the DIE representing the type of a variable.
- get_
var_ name - Will retrieve the name of a variable DIE.
- is_
variable_ die - Will check if the given DIE has one of the DWARF tags that represents a variable.