probe_rs::debug::debug_info

Function get_unwind_info

Source
pub fn get_unwind_info<'a>(
    unwind_context: &'a mut UnwindContext<<EndianReader<LittleEndian, Rc<[u8]>> as Reader>::Offset>,
    frame_section: &DebugFrame<EndianRcSlice<LittleEndian>>,
    frame_program_counter: u64,
) -> Result<&'a UnwindTableRow<<EndianReader<LittleEndian, Rc<[u8]>> as Reader>::Offset>, DebugError>
Available on crate feature debug only.
Expand description

Get a handle to the gimli::UnwindTableRow for this call frame, so that we can reference it to unwind register values.