Searched refs:CLONE_PTRACE (Results 1 - 3 of 3) sorted by relevance

/external/strace/
H A Dutil.c1265 # ifndef CLONE_PTRACE
1266 # define CLONE_PTRACE 0x00002000 macro
1521 || set_arg0 (tcp, &state, CLONE_PTRACE|SIGCHLD) < 0
1525 tcp->u_arg[arg0_index] = CLONE_PTRACE|SIGCHLD;
1545 (tcp->u_arg[arg0_index] | CLONE_PTRACE)
H A Dprocess.c550 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */ macro
559 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this clone */
575 { CLONE_PTRACE, "CLONE_PTRACE" },
815 #ifdef CLONE_PTRACE /* See new setbpt code. */
828 #endif /* CLONE_PTRACE */
834 #ifndef CLONE_PTRACE
844 #endif /* !CLONE_PTRACE */
861 forced CLONE_PTRACE. */
/external/kernel-headers/original/linux/
H A Dsched.h14 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */ macro
24 #define CLONE_UNTRACED 0x00800000 /* set if the tracing process can't force CLONE_PTRACE on this clone */

Completed in 25 milliseconds