Go to the documentation of this file.
11 #ifndef _UAPI_ASM_PTRACE_H
12 #define _UAPI_ASM_PTRACE_H
14 #include <asm/registers.h>
26 #define PT_SYSCALLNO 8
33 #define PT_GR(j) ( 14 + (j))
34 #define PT_FR(j) ( 78 + (j))
35 #define PT_FNER(j) (142 + (j))
36 #define PT_MSR(j) (144 + (j))
37 #define PT_ACC(j) (146 + (j))
38 #define PT_ACCG(jklm) (154 + (jklm))
39 #define PT_FSR(j) (156 + (j))
43 #define PT_TBR PT_GR(0)
44 #define PT_SP PT_GR(1)
45 #define PT_FP PT_GR(2)
46 #define PT_PREV_FRAME PT_GR(28)
47 #define PT_CURR_TASK PT_GR(29)
51 #define PTRACE_GETREGS 12
52 #define PTRACE_SETREGS 13
53 #define PTRACE_GETFPREGS 14
54 #define PTRACE_SETFPREGS 15
55 #define PTRACE_GETFDPIC 31
57 #define PTRACE_GETFDPIC_EXEC 0
58 #define PTRACE_GETFDPIC_INTERP 1