Home
last modified time | relevance | path

Searched refs:P2_PTRACE_FSTP (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dsys_process.c952 p->p_flag2 |= P2_PTRACE_FSTP; in proc_set_traced()
1601 if ((p->p_flag2 & P2_PTRACE_FSTP) != 0) { in ptrace_action()
1603 p->p_flag2 &= ~P2_PTRACE_FSTP; in ptrace_action()
H A Dkern_sig.c2375 (p->p_flag2 & P2_PTRACE_FSTP) != 0) { in tdsendsignal()
2864 ((p->p_flag2 & P2_PTRACE_FSTP) != 0 || p->p_xthread != NULL)) in sig_handle_first_stop()
2877 p->p_flag2 &= ~P2_PTRACE_FSTP; in sig_handle_first_stop()
3385 (p->p_flag2 & P2_PTRACE_FSTP) != 0 && in issignal()
H A Dkern_exit.c602 q->p_flag2 &= ~P2_PTRACE_FSTP; in exit1()
/freebsd/sys/sys/
H A Dproc.h874 #define P2_PTRACE_FSTP 0x00000010 /* SIGSTOP from PT_ATTACH not macro