diff options
Diffstat (limited to 'debugger.c')
-rw-r--r-- | debugger.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) { |