Go to the documentation of this file.
91 #define PTRACE_GETREGS 12
92 #define PTRACE_SETREGS 13
94 #define PTRACE_GETFDPIC 31
95 #define PTRACE_GETFDPIC_EXEC 0
96 #define PTRACE_GETFDPIC_INTERP 1
104 #define user_mode(regs) (!(((regs)->ipend & ~0x10) & (((regs)->ipend & ~0x10) - 1)))
106 #define arch_has_single_step() (1)
108 #define ptrace_disable(child) user_disable_single_step(child)
111 unsigned long start,
unsigned long len);
122 #define task_pt_regs(task) \
124 ((unsigned long)task_stack_page(task) + \
125 (THREAD_SIZE - sizeof(struct pt_regs)))
180 #define PT_RESERVED 32
189 #define PT_ORIG_R0 208
190 #define PT_ORIG_P0 212
191 #define PT_SYSCFG 216
192 #define PT_TEXT_ADDR 220
193 #define PT_TEXT_END_ADDR 224
194 #define PT_DATA_ADDR 228
195 #define PT_FDPIC_EXEC 232
196 #define PT_FDPIC_INTERP 236
198 #define PT_LAST_PSEUDO PT_FDPIC_INTERP