Searched refs:CLONE_PTRACE (Results 1 – 5 of 5) sorted by relevance
19 #if defined(CLONE_PTRACE) || (defined(HAVE_DECL_CLONE_PTRACE) && HAVE_DECL_CLONE_PTRACE)20 XLAT(CLONE_PTRACE),
6 CLONE_PTRACE
12 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */ macro
12 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too … macro
3728 the system call to be clone with CLONE_PTRACE set. Various new static3732 [CLONE_PTRACE]: Don't do PTRACE_ATTACH here, because it's preattached.