Home | History | Annotate | Download | only in strace

Lines Matching refs:PTRACE_INTERRUPT

373 	r = ptrace(PTRACE_INTERRUPT, pid, 0L, 0L);
836 error = ptrace(PTRACE_INTERRUPT, tcp->pid, 0, 0);
840 perror_msg("detach: ptrace(PTRACE_INTERRUPT,%u)", tcp->pid);
854 * 1. We sent PTRACE_INTERRUPT (use_seize case)
892 * sig == SIGTRAP: PTRACE_INTERRUPT stop.
901 * PTRACE_INTERRUPT is not guaranteed to produce
905 * We sent PTRACE_INTERRUPT.
906 * We see syscall exit, not PTRACE_INTERRUPT stop.
907 * We won't get PTRACE_INTERRUPT stop
2198 * PTRACE_INTERRUPT-stop or group-stop.
2199 * PTRACE_INTERRUPT-stop has sig == SIGTRAP here.