lwdr ~master (2022-04-10T14:07:16.2750267)
Dub
Repo
gdc_personality
rt
eh
ldc_dwarf
The "personality" function, specific to each language.
_Unwind_Reason_Code
gdc_personality
(_Unwind_State state, _Unwind_Exception* unwindHeader, _Unwind_Context* context)
pragma(
mangle
,
PERSONALITY_FUNCTION
) extern (
C
)
static if
(
GNU_ARM_EABI_Unwinder
)
@
personality_fn_attributes
_Unwind_Reason_Code
gdc_personality
(
_Unwind_State
state
,
_Unwind_Exception
*
unwindHeader
,
_Unwind_Context
*
context
)
_Unwind_Reason_Code
gdc_personality
(int iversion, _Unwind_Action actions, _Unwind_Exception_Class exceptionClass, _Unwind_Exception* unwindHeader, _Unwind_Context* context)
Meta
Source
See Implementation
rt
eh
ldc_dwarf
functions
CONTINUE_UNWINDING
__gdc_begin_catch
__gdc_personality_seh0
_d_eh_enter_catch
_d_eh_personality
_d_eh_swapContext
_d_throw
_d_throw_exception
actionTableLookup
gdc_personality
getClassInfo
isDependentException
isGdcExceptionClass
isGxxExceptionClass
scanLSDA
interfaces
CxxTypeInfo
manifest constants
GNU_ARM_EABI_Unwinder
PERSONALITY_FUNCTION
personality_fn_attributes
structs
CxaExceptionHeader
ExceptionHeader
variables
gdcExceptionClass
gxxDependentExceptionClass
gxxExceptionClass
The "personality" function, specific to each language.