_Unwind_GetIPInfo

Name

_Unwind_GetIPInfo -- private C++ error handling method

Synopsis

_Unwind_Ptr _Unwind_GetIPInfo(struct _Unwind_Context * context, int * ip_before_insn);

Description

_Unwind_GetIPInfo() returns the instruction pointer value for the routine identified by the unwind context and sets ip_before_insn flag indicating whether that IP is before or after first not yet fully executed instruction.