Go to the documentation of this file.
6 #ifndef __SYSDEP_I386_PTRACE_H
7 #define __SYSDEP_I386_PTRACE_H
9 #define MAX_FP_NR HOST_FPX_SIZE
11 static inline void update_debugregs(
int seq) {}
16 #define PTRACE_SYSEMU 31
23 #ifndef PTRACE_SYSEMU_SINGLESTEP
24 #define PTRACE_SYSEMU_SINGLESTEP 32
27 #define UPT_SYSCALL_ARG1(r) UPT_BX(r)
28 #define UPT_SYSCALL_ARG2(r) UPT_CX(r)
29 #define UPT_SYSCALL_ARG3(r) UPT_DX(r)
30 #define UPT_SYSCALL_ARG4(r) UPT_SI(r)
31 #define UPT_SYSCALL_ARG5(r) UPT_DI(r)
32 #define UPT_SYSCALL_ARG6(r) UPT_BP(r)