Module evaluate

Source
Expand description

Provides one function solutions for handling evaluation the DWARF location attribute.

Modules§

attributes
Contains functions for retrieving the values of some of the DWARF attributes.
evaluate
Contains structs representing the different Rust data types and more.

Functions§

call_evaluate
Will find the DIE representing the type can evaluate the variable.
evaluate
Will evaluate the value of the given DWARF expression.
evaluate_pieces
Evaluates a gimli-rs Expression into a Vec of Pieces.
evaluate_value
Will evaluate the value of the given list of gimli-rs Pieces.