CACAO
|
Go to the source code of this file.
Functions | |
void | md_signal_handler_sigsegv (int sig, siginfo_t *siginfo, void *_p) |
Signal handler for hardware-exceptions. More... | |
void | md_signal_handler_sigill (int sig, siginfo_t *siginfo, void *_p) |
Signal handler for patcher calls. More... | |
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... | |
void md_executionstate_read | ( | executionstate_t * | es, |
void * | context | ||
) |
void md_executionstate_write | ( | executionstate_t * | es, |
void * | context | ||
) |