vihaco_abi::frame
frame¶
vihaco_abi::frame
classFrame¶source
vihaco_abi::frame::Frame
Bases: Debug, Clone, Copy, StructuralPartialEq, PartialEq, Eq
Rust struct.
pub struct FrameFields
| Name | Type | Description |
|---|---|---|
base | usize | base pointer to the bottom of the frame in the stack |
span | (u32, u32, u32) | source information (file, start, end) |
function | Option<usize> | function index in the function table None if this frame is not associated with a function (e.g., the top-level frame, or a frame created by a direct call) |
ret_pc | u32 | The PC to return to after this frame completes. |