Skip to main content

get_unwind_info

Function get_unwind_info 

Source
pub fn get_unwind_info<'a>(
    unwind_context: &'a mut UnwindContext<<EndianReader<RunTimeEndian, Rc<[u8]>> as Reader>::Offset>,
    frame_section: &DebugFrame<EndianRcSlice<RunTimeEndian>>,
    frame_program_counter: u64,
) -> Result<&'a UnwindTableRow<<EndianReader<RunTimeEndian, Rc<[u8]>> as Reader>::Offset>, DebugError>
Expand description

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