34 #define SKIP_REG_DEFS 1
55 void*
xpc = (
void*) _mc->gregs[EIP];
71 void*
xpc = (
void*) _mc->gregs[EIP];
86 void*
xpc = (
void*) _mc->gregs[EIP];
111 pc = (
u1 *) _mc->gregs[EIP];
133 es->
pc = (
u1 *) _mc->gregs[EIP];
134 es->
sp = (
u1 *) _mc->gregs[UESP];
143 es->
fltregs[i] = 0xdeadbeefdeadbeefULL;
void md_signal_handler_sigsegv(int sig, siginfo_t *siginfo, void *_p)
NullPointerException signal handler for hardware null pointer check.
void md_signal_handler_sigill(int sig, siginfo_t *siginfo, void *_p)
Illegal Instruction signal handler for hardware exception checks.
struct sigcontext uc_mcontext
void md_signal_handler_sigfpe(int sig, siginfo_t *siginfo, void *_p)
void md_signal_handler_sigusr2(int sig, siginfo_t *siginfo, void *_p)
void md_executionstate_write(executionstate_t *es, void *context)
void md_executionstate_read(executionstate_t *es, void *context)
void trap_handle(int sig, void *xpc, void *context)
Handles the signal which is generated by trap instructions, caught by a signal handler and calls the ...
uintptr_t intregs[INT_REG_CNT]
double fltregs[FLT_REG_CNT]