1 #ifndef I386_PTRACE_ABI_H
2 #define I386_PTRACE_ABI_H
23 /* Arbitrarily choose the same ptrace numbers as used by the Sparc code. */
24 #define PTRACE_GETREGS 12
25 #define PTRACE_SETREGS 13
26 #define PTRACE_GETFPREGS 14
27 #define PTRACE_SETFPREGS 15
28 #define PTRACE_GETFPXREGS 18
29 #define PTRACE_SETFPXREGS 19
31 #define PTRACE_OLDSETOPTIONS 21
33 #define PTRACE_GET_THREAD_AREA 25
34 #define PTRACE_SET_THREAD_AREA 26
36 #define PTRACE_SYSEMU 31
37 #define PTRACE_SYSEMU_SINGLESTEP 32