fn unwindFrameMachO(context: *UnwindContext, unwind_info: []const u8, eh_frame: ?[]const u8, module_base_address: usize) !usize

Unwind a frame using MachO compact unwind info (from __unwind_info). If the compact encoding can’t encode a way to unwind a frame, it will defer unwinding to DWARF, in which case .eh_frame will be used if available.

Parameters

context: *UnwindContext,
unwind_info: []const u8,
eh_frame: ?[]const u8,
module_base_address: usize,