Home | History | Annotate | Download | only in strace

Lines Matching refs:PTRACE_DETACH

1232 #undef PTRACE_DETACH
1233 #define PTRACE_DETACH PTRACE_SUNDETACH
1235 if ((error = ptrace(PTRACE_DETACH, tcp->pid, (char *) 1, sig)) == 0) {
1240 perror("detach: ptrace(PTRACE_DETACH, ...)");
1285 if ((error = ptrace(PTRACE_DETACH,
1288 perror("detach: ptrace(PTRACE_DETACH, ...)");
1305 /* PTRACE_DETACH won't respect `sig' argument, so we post it here. */
1309 if ((error = ptrace(PTRACE_DETACH, tcp->pid, (char *) 1, sig)) < 0)
1310 perror("detach: ptrace(PTRACE_DETACH, ...)");
1970 in PTRACE_DETACH just sets the