patch-2.4.0-test10 linux/include/asm-i386/ptrace.h
Next file: linux/include/asm-i386/user.h
Previous file: linux/include/asm-i386/processor.h
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Mon Oct 30 14:46:53 2000
- Orig file:
v2.4.0-test9/linux/include/asm-i386/ptrace.h
- Orig date:
Wed Jun 21 20:59:38 2000
diff -u --recursive --new-file v2.4.0-test9/linux/include/asm-i386/ptrace.h linux/include/asm-i386/ptrace.h
@@ -49,6 +49,11 @@
#define PTRACE_GETFPXREGS 18
#define PTRACE_SETFPXREGS 19
+#define PTRACE_SETOPTIONS 21
+
+/* options set using PTRACE_SETOPTIONS */
+#define PTRACE_O_TRACESYSGOOD 0x00000001
+
#ifdef __KERNEL__
#define user_mode(regs) ((VM_MASK & (regs)->eflags) || (3 & (regs)->xcs))
#define instruction_pointer(regs) ((regs)->eip)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)