Expand description
Functions for parsing and evaluating DWARF expressions.
Structsยง
- A DWARF expression evaluator.
- The bytecode for a DWARF expression or location description.
- An iterator for the operations in an expression.
- The description of a single piece of the result of a DWARF expression.
Enumsยง
- A reference to a DIE, either relative to the current CU or relative to the section.
- The state of an
Evaluation
after evaluating a DWARF expression. The evaluation is eitherComplete
, or it requires more data to continue, as described by the variant. - EvaluationState ๐
- EvaluationWaiting ๐
- A single location of a piece of the result of a DWARF expression.
- A single decoded DWARF expression operation.
Traitsยง
- Specification of what storage should be used for
Evaluation
.
Functionsยง
- compute_pc ๐
- generic_type ๐