Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dsys_process.c708 p->p_flag2 |= P2_PTRACE_FSTP; in proc_set_traced()
1144 if ((p->p_flag2 & P2_PTRACE_FSTP) != 0) {
1146 p->p_flag2 &= ~P2_PTRACE_FSTP;
H A Dkern_sig.c2577 ((p->p_flag2 & P2_PTRACE_FSTP) == 0 && in ptracestop()
2590 p->p_flag2 &= ~P2_PTRACE_FSTP; in ptracestop()
2811 (p->p_flag2 & P2_PTRACE_FSTP) != 0 && in issignal()
H A Dkern_exit.c509 q->p_flag2 &= ~P2_PTRACE_FSTP; in exit1()
/freebsd-12.1/sys/sys/
H A Dproc.h761 #define P2_PTRACE_FSTP 0x00000010 /* SIGSTOP from PT_ATTACH not yet handled. */ macro