Lines Matching defs:CLONE_PTRACE
509 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */
519 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this clone */
528 { CLONE_PTRACE, "CLONE_PTRACE" },
831 #ifdef CLONE_PTRACE /* See new setbpt code. */
853 #ifndef CLONE_PTRACE
880 forced CLONE_PTRACE. */