Searched refs:P2_PTRACE_FSTP (Results 1 – 4 of 4) sorted by relevance
782 p->p_flag2 |= P2_PTRACE_FSTP; in proc_set_traced()1322 if ((p->p_flag2 & P2_PTRACE_FSTP) != 0) { in kern_ptrace()1324 p->p_flag2 &= ~P2_PTRACE_FSTP; in kern_ptrace()
2357 (p->p_flag2 & P2_PTRACE_FSTP) != 0) { in tdsendsignal()2847 ((p->p_flag2 & P2_PTRACE_FSTP) != 0 || p->p_xthread != NULL)) in sig_handle_first_stop()2860 p->p_flag2 &= ~P2_PTRACE_FSTP; in sig_handle_first_stop()3368 (p->p_flag2 & P2_PTRACE_FSTP) != 0 && in issignal()
556 q->p_flag2 &= ~P2_PTRACE_FSTP; in exit1()
862 #define P2_PTRACE_FSTP 0x00000010 /* SIGSTOP from PT_ATTACH not macro