Home
last modified time | relevance | path

Searched refs:CLONE_PTRACE (Results 1 – 5 of 5) sorted by relevance

/external/strace/
Dutil.c1265 # ifndef CLONE_PTRACE
1266 # define CLONE_PTRACE 0x00002000 macro
1521 || set_arg0 (tcp, &state, CLONE_PTRACE|SIGCHLD) < 0 in setbpt()
1525 tcp->u_arg[arg0_index] = CLONE_PTRACE|SIGCHLD; in setbpt()
1545 (tcp->u_arg[arg0_index] | CLONE_PTRACE) in setbpt()
Dprocess.c550 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too … macro
575 { CLONE_PTRACE, "CLONE_PTRACE" },
815 #ifdef CLONE_PTRACE /* See new setbpt code. */ in handle_new_child()
834 #ifndef CLONE_PTRACE in handle_new_child()
DChangeLog570 option PTRACE_O_TRACECLONE, we should not set CLONE_PTRACE flag on
DChangeLog-CVS3728 the system call to be clone with CLONE_PTRACE set. Various new static
3732 [CLONE_PTRACE]: Don't do PTRACE_ATTACH here, because it's preattached.
/external/kernel-headers/original/linux/
Dsched.h14 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */ macro