Module variable

Source
Expand description

Provides one function solutions for retrieving information about a variable.

Structs§

Variable
Defines what debug information a variable has.

Enums§

VariableLocation
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.