_Unwind_SetIP

Name

_Unwind_SetIP -- private C++ error handling method

Synopsis

#include <unwind.h>

void _Unwind_SetIP(struct _Unwind_Context * context, _Unwind_Ptr value);

Description

_Unwind_SetIP() sets the instruction pointer for the routine identified by the unwind context to value.