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
78 unsigned int ptrace_setoptions = PTRACE_O_TRACESYSGOOD | PTRACE_O_TRACEEXEC
25060 and PTRACE_O_TRACESYSGOOD|PTRACE_O_TRACEEXEC|PTRACE_O_TRACECLONE25072 (ptrace_setoptions): Set to (PTRACE_O_TRACESYSGOOD | PTRACE_O_TRACEEXEC).25620 Do not watch for post-execve SIGTRAP if PTRACE_O_TRACEEXEC is enabled.25621 If PTRACE_O_TRACEEXEC option is enabled, then post-execve SIGTRAPs are25625 * syscall.c (syscall_fixup_on_sysenter): Skip if PTRACE_O_TRACEEXEC25627 workarounds as they are not needed when PTRACE_O_TRACEEXEC is not35808 SIGTRAP in the first place, by virtue of using PTRACE_O_TRACEEXEC.35820 that post-execve SIGTRAP is disabled by PTRACE_O_TRACEEXEC ptrace option.35823 only if we are in syscall entry and PTRACE_O_TRACEEXEC option is not on.35828 and only if PTRACE_O_TRACEEXEC is not in effect.[all …]
88 #define PTRACE_O_TRACEEXEC (1 << PTRACE_EVENT_EXEC) macro