Go to the source code of this file.
Read the given context into an executionstate.
- Parameters
-
es | execution state |
context | machine context |
Definition at line 160 of file md-os.cpp.
Write the given executionstate back to the context.
- Parameters
-
es | execution state |
context | machine context |
Definition at line 213 of file md-os.cpp.
void md_signal_handler_sigill |
( |
int |
sig, |
|
|
siginfo_t * |
siginfo, |
|
|
void * |
_p |
|
) |
| |
Illegal Instruction signal handler for hardware exception checks.
Definition at line 127 of file md-os.cpp.
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 81 of file md-os.cpp.
void md_signal_handler_sigusr2 |
( |
int |
sig, |
|
|
siginfo_t * |
siginfo, |
|
|
void * |
_p |
|
) |
| |