summaryrefslogtreecommitdiffstats
path: root/debugger.c
diff options
context:
space:
mode:
Diffstat (limited to 'debugger.c')
-rw-r--r--debugger.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/debugger.c b/debugger.c
index 572231c..d016076 100644
--- a/debugger.c
+++ b/debugger.c
@@ -17,7 +17,8 @@
static const int PTRACE_OPTIONS =
PTRACE_O_TRACECLONE |
- PTRACE_O_TRACEEXIT |
+ //PTRACE_O_TRACEEXIT |
+ PTRACE_O_TRACEEXEC |
PTRACE_O_TRACESYSGOOD;
static int detect_breakpoint(struct thread *th) {