Go to the documentation of this file.
9 #include <sys/ptrace.h>
10 #include <sysdep/ptrace.h>
12 #include <registers.h>
37 static unsigned long exec_fp_regs[
FP_SIZE];
54 memcpy(regs, exec_regs,
sizeof(exec_regs));
57 memcpy(fp_regs, exec_fp_regs,
sizeof(exec_fp_regs));