fn runTo(self: *VirtualMachine, allocator: std.mem.Allocator, pc: u64, cie: dwarf.CommonInformationEntry, fde: dwarf.FrameDescriptionEntry, addr_size_bytes: u8, endian: std.builtin.Endian) !Row

Runs the CIE instructions, then the FDE instructions. Execution halts once the row that corresponds to pc is known, and the row is returned.

Parameters

allocator: std.mem.Allocator,
pc: u64,
addr_size_bytes: u8,
endian: std.builtin.Endian,