pub fn unwind_pc_without_debuginfo(
unwind_registers: &mut DebugRegisters,
_frame_pc: u64,
instruction_set: Option<InstructionSet>,
) -> ControlFlow<Option<DebugError>>Expand description
Unwind the program counter for the caller frame, using the LR value from the callee frame.