Go to the documentation of this file. 1 #ifndef _ASM_X86_PTRACE_ABI_H
2 #define _ASM_X86_PTRACE_ABI_H
27 #if defined(__ASSEMBLY__) || defined(__FRAME_OFFSETS)
56 #define FRAME_SIZE 168
61 #define PTRACE_GETREGS 12
62 #define PTRACE_SETREGS 13
63 #define PTRACE_GETFPREGS 14
64 #define PTRACE_SETFPREGS 15
65 #define PTRACE_GETFPXREGS 18
66 #define PTRACE_SETFPXREGS 19
68 #define PTRACE_OLDSETOPTIONS 21
71 #define PTRACE_GET_THREAD_AREA 25
72 #define PTRACE_SET_THREAD_AREA 26
75 # define PTRACE_ARCH_PRCTL 30
78 #define PTRACE_SYSEMU 31
79 #define PTRACE_SYSEMU_SINGLESTEP 32
81 #define PTRACE_SINGLEBLOCK 33
84 #include <linux/types.h>