Go to the source code of this file.
|
void | md_signal_handler_sigsegv (int sig, siginfo_t *siginfo, void *_p) |
| NullPointerException signal handler for hardware null pointer check. More...
|
|
void | md_signal_handler_sigfpe (int sig, siginfo_t *siginfo, void *_p) |
|
void | md_signal_handler_sigill (int sig, siginfo_t *siginfo, void *_p) |
|
void | md_signal_handler_sigusr2 (int sig, siginfo_t *siginfo, void *_p) |
|
void | md_executionstate_read (executionstate_t *es, void *context) |
| Read the given context into an executionstate. More...
|
|
void | md_executionstate_write (executionstate_t *es, void *context) |
| Write the given executionstate back to the context. More...
|
|
Read the given context into an executionstate.
- Parameters
-
es | execution state |
context | machine context |
Definition at line 284 of file md-os.cpp.
Write the given executionstate back to the context.
- Parameters
-
es | execution state |
context | machine context |
Definition at line 316 of file md-os.cpp.
void md_signal_handler_sigfpe |
( |
int |
sig, |
|
|
siginfo_t * |
siginfo, |
|
|
void * |
_p |
|
) |
| |
void md_signal_handler_sigill |
( |
int |
sig, |
|
|
siginfo_t * |
siginfo, |
|
|
void * |
_p |
|
) |
| |
void md_signal_handler_sigsegv |
( |
int |
sig, |
|
|
siginfo_t * |
siginfo, |
|
|
void * |
_p |
|
) |
| |
NullPointerException signal handler for hardware null pointer check.
NullPointerException signal handler for hardware null pointer check.
Definition at line 54 of file md-os.cpp.
void md_signal_handler_sigusr2 |
( |
int |
sig, |
|
|
siginfo_t * |
siginfo, |
|
|
void * |
_p |
|
) |
| |