Module variable

Module variable 

Source
Expand description

§Variable Access Module

Provides functionality for accessing and manipulating variables in the debugged process.

This module contains types and methods for reading and writing variables in the debuggee’s memory space, leveraging DWARF debug information to locate and interpret the variables correctly. It handles the complexities of different variable storage locations (registers, memory, etc.) and value types.

Key components:

Enums§

VariableValue
Represents a variable value in one of several forms

Type Aliases§

VariableExpression
A type alias for variable expressions (typically variable names)