pub fn apply_entry(
entry: &CompactEntry,
regs: &mut RegisterContext,
reader: &dyn MemoryReader,
func_start: u64,
is_64_bit: bool,
) -> Result<bool, UnwindError>Expand description
Applies a compact unwind entry to restore the previous register context.