Module rust_debug::evaluate::evaluate[][src]

Expand description

Contains structs representing the different Rust data types and more.

Structs

Struct that represents a array type.

Struct that represents a enum type.

Struct that represents a enumerator.

Struct that represents a attribute type.

Struct that represents a pointer type.

Struct that represents a struct type.

Struct that represents a variant.

Struct that represents a union type.

Contains the unparsed value and the location of it.

Struct that represents a variant_part.

Struct that represents a variant.

Enums

A enum representing the base types in DWARF.

Describes all the different Rust types values in the form of a tree structure.

A struct that describes the size and location of a value.

Functions

Convert a gimli::Value to a BaseTypeValue.

Convert a BaseTypeValue to a gimli::Value.

Parse a BaseTypeValue struct to a u64 value.