diff options
Diffstat (limited to 'include/linux/ptrace.h')
-rw-r--r-- | include/linux/ptrace.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/ptrace.h b/include/linux/ptrace.h index 6f1260ee5be5..30be18064dfd 100644 --- a/include/linux/ptrace.h +++ b/include/linux/ptrace.h | |||
@@ -61,7 +61,8 @@ | |||
61 | #define PTRACE_EVENT_EXEC 4 | 61 | #define PTRACE_EVENT_EXEC 4 |
62 | #define PTRACE_EVENT_VFORK_DONE 5 | 62 | #define PTRACE_EVENT_VFORK_DONE 5 |
63 | #define PTRACE_EVENT_EXIT 6 | 63 | #define PTRACE_EVENT_EXIT 6 |
64 | #define PTRACE_EVENT_STOP 7 | 64 | /* Extended result codes which enabled by means other than options. */ |
65 | #define PTRACE_EVENT_STOP 128 | ||
65 | 66 | ||
66 | /* options set using PTRACE_SETOPTIONS */ | 67 | /* options set using PTRACE_SETOPTIONS */ |
67 | #define PTRACE_O_TRACESYSGOOD 1 | 68 | #define PTRACE_O_TRACESYSGOOD 1 |