Lines Matching refs:PTRACE_EVENT_EXEC
8371 Workaround stray PTRACE_EVENT_EXEC.
8374 was PTRACE_EVENT_EXEC followed by execve syscall exiting stop. That
8377 PTRACE_EVENT_EXEC outside syscall.
15998 strace.c: handle PTRACE_EVENT_EXEC like other events.
15999 There is nothing unusual about PTRACE_EVENT_EXEC that would require
16002 * strace.c (next_event): Move PTRACE_EVENT_EXEC handling to the main
48519 (trace): Detach from process if -b and we see PTRACE_EVENT_EXEC event.
49416 (trace): If we see PTRACE_EVENT_EXEC, retrieve old pid, and if it
50987 PTRACE_O_TRACEEXEC, PTRACE_O_TRACEEXIT, PTRACE_EVENT_EXEC,
51030 (handle_ptrace_event): Remove PTRACE_EVENT_EXEC debug message.
51563 (handle_ptrace_event): Handle PTRACE_EVENT_EXEC (by ignoring it).