pub fn unwind_pc_without_debuginfo(
unwind_registers: &mut DebugRegisters,
frame_pc: u64,
stack_frames: &[StackFrame],
instruction_set: Option<InstructionSet>,
memory: &mut dyn MemoryInterface,
) -> ControlFlow<Option<DebugError>>
Available on crate feature
debug
only.Expand description
Unwind the program counter for the caller frame, using the LR value from the callee frame.