Searched refs:PTRACE_O_TRACEEXEC (Results 1 – 7 of 7) sorted by relevance
23 #if defined(PTRACE_O_TRACEEXEC) || (defined(HAVE_DECL_PTRACE_O_TRACEEXEC) && HAVE_DECL_PTRACE_O_TRA…24 XLAT(PTRACE_O_TRACEEXEC),
5 PTRACE_O_TRACEEXEC
116 #ifndef PTRACE_O_TRACEEXEC117 # define PTRACE_O_TRACEEXEC (1 << PTRACE_EVENT_EXEC) macro
453 PTRACE_O_TRACEEXEC option is the recommended tool for dealing with this487 If PTRACE_O_TRACEEXEC option is NOT in effect for the execve'ing498 PTRACE_O_TRACEEXEC option and thus suppressing this extra SIGTRAP is
85 unsigned int ptrace_setoptions = PTRACE_O_TRACESYSGOOD | PTRACE_O_TRACEEXEC
32142 and PTRACE_O_TRACESYSGOOD|PTRACE_O_TRACEEXEC|PTRACE_O_TRACECLONE32154 (ptrace_setoptions): Set to (PTRACE_O_TRACESYSGOOD | PTRACE_O_TRACEEXEC).32702 Do not watch for post-execve SIGTRAP if PTRACE_O_TRACEEXEC is enabled.32703 If PTRACE_O_TRACEEXEC option is enabled, then post-execve SIGTRAPs are32707 * syscall.c (syscall_fixup_on_sysenter): Skip if PTRACE_O_TRACEEXEC32709 workarounds as they are not needed when PTRACE_O_TRACEEXEC is not42890 SIGTRAP in the first place, by virtue of using PTRACE_O_TRACEEXEC.42902 that post-execve SIGTRAP is disabled by PTRACE_O_TRACEEXEC ptrace option.42905 only if we are in syscall entry and PTRACE_O_TRACEEXEC option is not on.42910 and only if PTRACE_O_TRACEEXEC is not in effect.[all …]
89 #define PTRACE_O_TRACEEXEC (1 << PTRACE_EVENT_EXEC) macro