aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ptrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ptrace.h')
-rw-r--r--include/linux/ptrace.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/ptrace.h b/include/linux/ptrace.h
index 30be18064dfd..407c678d2e30 100644
--- a/include/linux/ptrace.h
+++ b/include/linux/ptrace.h
@@ -51,9 +51,6 @@
51#define PTRACE_INTERRUPT 0x4207 51#define PTRACE_INTERRUPT 0x4207
52#define PTRACE_LISTEN 0x4208 52#define PTRACE_LISTEN 0x4208
53 53
54/* flags in @data for PTRACE_SEIZE */
55#define PTRACE_SEIZE_DEVEL 0x80000000 /* temp flag for development */
56
57/* Wait extended result codes for the above trace options. */ 54/* Wait extended result codes for the above trace options. */
58#define PTRACE_EVENT_FORK 1 55#define PTRACE_EVENT_FORK 1
59#define PTRACE_EVENT_VFORK 2 56#define PTRACE_EVENT_VFORK 2
@@ -64,7 +61,7 @@
64/* Extended result codes which enabled by means other than options. */ 61/* Extended result codes which enabled by means other than options. */
65#define PTRACE_EVENT_STOP 128 62#define PTRACE_EVENT_STOP 128
66 63
67/* options set using PTRACE_SETOPTIONS */ 64/* Options set using PTRACE_SETOPTIONS or using PTRACE_SEIZE @data param */
68#define PTRACE_O_TRACESYSGOOD 1 65#define PTRACE_O_TRACESYSGOOD 1
69#define PTRACE_O_TRACEFORK (1 << PTRACE_EVENT_FORK) 66#define PTRACE_O_TRACEFORK (1 << PTRACE_EVENT_FORK)
70#define PTRACE_O_TRACEVFORK (1 << PTRACE_EVENT_VFORK) 67#define PTRACE_O_TRACEVFORK (1 << PTRACE_EVENT_VFORK)