Home | History | Annotate | Download | only in strace

Lines Matching refs:ptrace_restart

1559 	if (ptrace_restart(PTRACE_SYSCALL, tcp, 0) < 0)
1732 ptrace_restart(PTRACE_DETACH, tcp, sig);
1735 error = ptrace_restart(PTRACE_CONT, tcp,
1749 error = ptrace_restart(PTRACE_DETACH, tcp, sig);
2353 if (ptrace_restart(PTRACE_CONT, tcp, sig) < 0) {
2632 if (ptrace_restart(PTRACE_SYSCALL, tcp, 0) < 0) {
2680 if (ptrace_restart(PTRACE_SYSCALL, tcp, WSTOPSIG(status)) < 0) {
2725 else if (ptrace_restart(PTRACE_CONT, tcp, 0) < 0) {
2739 if (ptrace_restart(PTRACE_SYSCALL, tcp, 0) < 0) {