Fields

allocator: mem.Allocator,
cfa: ?usize,
pc: usize,
thread_context: *debug.ThreadContext,
reg_context: abi.RegisterContext,
isValidMemory: *const fn (usize) bool,
stack_machine: field_call = .{ },

Functions

fn deinit(self: *UnwindContext) void

No documentation provided.

fn getFp(self: *const UnwindContext) !usize

No documentation provided.

fn init(allocator: mem.Allocator, thread_context: *const debug.ThreadContext, isValidMemory: *const fn (usize) bool) !UnwindContext

No documentation provided.