UnwindingAction Type
Represents unwinding action that can be performed to restore a register value during stack unwinding. This is referred to as "register rules" in the DWARF specification.
Union cases
Union case | Description |
|
|
|
|
Full Usage:
Offset int64
Parameters:
int64
|
|
|
|
Full Usage:
SameValue
|
|
Full Usage:
Undefined
|
|
Full Usage:
ValOffset int
Parameters:
int
|
Instance members
Instance member | Description |
Full Usage:
this.IsActionExpr
Returns: bool
|
|
Full Usage:
this.IsActionValExpr
Returns: bool
|
|
Full Usage:
this.IsOffset
Returns: bool
|
|
Full Usage:
this.IsRegister
Returns: bool
|
|
Full Usage:
this.IsSameValue
Returns: bool
|
|
Full Usage:
this.IsUndefined
Returns: bool
|
|
Full Usage:
this.IsValOffset
Returns: bool
|
|
Static members
Static member | Description |
|