Searched refs:CLONE_PTRACE (Results 1 – 8 of 8) sorted by relevance
17 #if !(defined(CLONE_PTRACE) || (defined(HAVE_DECL_CLONE_PTRACE) && HAVE_DECL_CLONE_PTRACE))18 # define CLONE_PTRACE 0x00002000 macro85 XLAT(CLONE_PTRACE),
6 CLONE_PTRACE 0x00002000
12 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */ macro
93 CLONE_PTRACE = 0x00002000 variable
191 CLONE_PTRACE = 0x00002000 variable
101 #ifdef CLONE_PTRACE102 { "CLONE_PTRACE", (unsigned long) CLONE_PTRACE },
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.
25064 handling and fork/vfork/clone->CLONE_PTRACE substitution.30302 sys_clone: add a comment about CLONE_PTRACE and CLONE_UNTRACED.36414 Remove dead "ifndef CLONE_PTRACE" branch.36415 process.c defines CLONE_PTRACE for Linux, so it can't be undefined.36416 Therefore ifndef CLONE_PTRACE code is dead (since at least 2004).36419 * process.c (handle_new_child): Remove ifdef CLONE_PTRACE/endif (but not36420 the code inside) and entire ifndef CLONE_PTRACE/endif block.37537 option PTRACE_O_TRACECLONE, we should not set CLONE_PTRACE flag on