From 23150d57481c50e6641036f0b75e8b8194560c7b Mon Sep 17 00:00:00 2001 From: Paolo 'Blaisorblade' Giarrusso Date: Sun, 8 Jan 2006 01:04:49 -0800 Subject: [PATCH] --- yaml --- r: 17012 b: refs/heads/master c: a12dea7af93ae83bd868c0dc09367090ead7cc1e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-i386/ptrace.h | 3 +++ trunk/include/linux/ptrace.h | 2 -- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 8a30f7dbcb68..dc4fd4ec8ab5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: eb46996f90a0826921f1a0d81535537a9c7f91b0 +refs/heads/master: a12dea7af93ae83bd868c0dc09367090ead7cc1e diff --git a/trunk/include/asm-i386/ptrace.h b/trunk/include/asm-i386/ptrace.h index 7e0f2945d17d..f324c53b6f9a 100644 --- a/trunk/include/asm-i386/ptrace.h +++ b/trunk/include/asm-i386/ptrace.h @@ -54,6 +54,9 @@ struct pt_regs { #define PTRACE_GET_THREAD_AREA 25 #define PTRACE_SET_THREAD_AREA 26 +#define PTRACE_SYSEMU 31 +#define PTRACE_SYSEMU_SINGLESTEP 32 + #ifdef __KERNEL__ #include diff --git a/trunk/include/linux/ptrace.h b/trunk/include/linux/ptrace.h index 864791996b5f..9d5cd106b344 100644 --- a/trunk/include/linux/ptrace.h +++ b/trunk/include/linux/ptrace.h @@ -20,8 +20,6 @@ #define PTRACE_DETACH 0x11 #define PTRACE_SYSCALL 24 -#define PTRACE_SYSEMU 31 -#define PTRACE_SYSEMU_SINGLESTEP 32 /* 0x4200-0x4300 are reserved for architecture-independent additions. */ #define PTRACE_SETOPTIONS 0x4200