OpenCMISS-Iron Internal API Documentation
|
Go to the source code of this file.
Functions | |
void | cmfe_ResetFatalHandler (void) |
void | cmfe_SetFatalHandler (void) |
void | cmfe_InitFatalHandler (void) |
static void | cmfe_FatalHandler (int sig, int code) |
Variables | |
static struct sigaction | fatal_sigaction |
static struct sigaction | old_SIGBUS_action |
static struct sigaction | old_SIGFPE_action |
static struct sigaction | old_SIGILL_action |
static struct sigaction | old_SIGINT_action |
static struct sigaction | old_SIGABRT_action |
static struct sigaction | old_SIGSEGV_action |
static struct sigaction | old_SIGTRAP_action |
|
static |
Definition at line 179 of file cmiss_c.c.
Referenced by cmfe_InitFatalHandler().
void cmfe_InitFatalHandler | ( | void | ) |
Definition at line 261 of file cmiss_c.c.
References cmfe_FatalHandler(), fatal_sigaction, old_SIGABRT_action, old_SIGBUS_action, old_SIGFPE_action, old_SIGILL_action, old_SIGINT_action, old_SIGSEGV_action, and old_SIGTRAP_action.
void cmfe_ResetFatalHandler | ( | void | ) |
Definition at line 93 of file cmiss_c.c.
References old_SIGABRT_action, old_SIGBUS_action, old_SIGFPE_action, old_SIGILL_action, old_SIGINT_action, old_SIGSEGV_action, and old_SIGTRAP_action.
void cmfe_SetFatalHandler | ( | void | ) |
Definition at line 135 of file cmiss_c.c.
References fatal_sigaction.
|
static |
Definition at line 81 of file cmiss_c.c.
Referenced by cmfe_InitFatalHandler(), and cmfe_SetFatalHandler().
|
static |
Definition at line 89 of file cmiss_c.c.
Referenced by cmfe_InitFatalHandler(), and cmfe_ResetFatalHandler().
|
static |
Definition at line 82 of file cmiss_c.c.
Referenced by cmfe_InitFatalHandler(), and cmfe_ResetFatalHandler().
|
static |
Definition at line 86 of file cmiss_c.c.
Referenced by cmfe_InitFatalHandler(), and cmfe_ResetFatalHandler().
|
static |
Definition at line 87 of file cmiss_c.c.
Referenced by cmfe_InitFatalHandler(), and cmfe_ResetFatalHandler().
|
static |
Definition at line 88 of file cmiss_c.c.
Referenced by cmfe_InitFatalHandler(), and cmfe_ResetFatalHandler().
|
static |
Definition at line 90 of file cmiss_c.c.
Referenced by cmfe_InitFatalHandler(), and cmfe_ResetFatalHandler().
|
static |
Definition at line 91 of file cmiss_c.c.
Referenced by cmfe_InitFatalHandler(), and cmfe_ResetFatalHandler().