Fields
cfa: ?usize,
pc: usize,
thread_context: *debug.ThreadContext,
reg_context: abi.RegisterContext,
isValidMemory: *const fn (usize) bool,
vm: call_frame.VirtualMachine = .{ },
stack_machine: field_call = .{ },
Functions
fn init(allocator: mem.Allocator, thread_context: *const debug.ThreadContext, isValidMemory: *const fn (usize) bool) !UnwindContext
No documentation provided.