_Unwind_GetLanguageSpecificData

Name

_Unwind_GetLanguageSpecificData -- private C++ error handling method

Synopsis

#include <unwind.h>

_Unwind_Ptr _Unwind_GetLanguageSpecificData(struct _Unwind_Context * context);

Description

_Unwind_GetLanguageSpecificData() returns the address of the language specific data area for the current stack frame described by context.