patch-2.4.22 linux-2.4.22/include/asm-arm/ptrace.h
Next file: linux-2.4.22/include/asm-arm/scatterlist.h
Previous file: linux-2.4.22/include/asm-arm/procinfo.h
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
2003-08-25 04:44:43.000000000 -0700
- Orig file:
linux-2.4.21/include/asm-arm/ptrace.h
- Orig date:
2000-09-03 11:19:11.000000000 -0700
diff -urN linux-2.4.21/include/asm-arm/ptrace.h linux-2.4.22/include/asm-arm/ptrace.h
@@ -1,6 +1,16 @@
#ifndef __ASM_ARM_PTRACE_H
#define __ASM_ARM_PTRACE_H
+#define PTRACE_GETREGS 12
+#define PTRACE_SETREGS 13
+#define PTRACE_GETFPREGS 14
+#define PTRACE_SETFPREGS 15
+
+#define PTRACE_SETOPTIONS 21
+
+/* options set using PTRACE_SETOPTIONS */
+#define PTRACE_O_TRACESYSGOOD 0x00000001
+
#include <asm/proc/ptrace.h>
#ifndef __ASSEMBLY__
@@ -11,11 +21,6 @@
(pc_pointer((regs)->ARM_pc))
#ifdef __KERNEL__
-#define PTRACE_GETREGS 12
-#define PTRACE_SETREGS 13
-#define PTRACE_GETFPREGS 14
-#define PTRACE_SETFPREGS 15
-
extern void show_regs(struct pt_regs *);
#define predicate(x) (x & 0xf0000000)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)