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
[src]
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
self: *VirtualMachine,
pc: u64,
cie: dwarf.CommonInformationEntry,
fde: dwarf.FrameDescriptionEntry,
addr_size_bytes: u8,