Searched refs:CLONE_PTRACE (Results 1 – 5 of 5) sorted by relevance
1265 # ifndef CLONE_PTRACE1266 # define CLONE_PTRACE 0x00002000 macro1521 || 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()
550 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too … macro575 { CLONE_PTRACE, "CLONE_PTRACE" },815 #ifdef CLONE_PTRACE /* See new setbpt code. */ in handle_new_child()834 #ifndef CLONE_PTRACE in handle_new_child()
570 option PTRACE_O_TRACECLONE, we should not set CLONE_PTRACE flag on
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.
14 #define CLONE_PTRACE 0x00002000 /* set if we want to let tracing continue on the child too */ macro