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 aVec
ofPiece
s. - evaluate_
value - Will evaluate the value of the given list of gimli-rs
Piece
s.