Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dsys_process.c613 p->p_flag2 |= P2_PTRACE_FSTP; in proc_set_traced()
1141 if ((p->p_flag2 & P2_PTRACE_FSTP) != 0) { in kern_ptrace()
1143 p->p_flag2 &= ~P2_PTRACE_FSTP; in kern_ptrace()
H A Dkern_exit.c553 q->p_flag2 &= ~P2_PTRACE_FSTP; in exit1()
H A Dkern_sig.c2712 ((p->p_flag2 & P2_PTRACE_FSTP) == 0 && in ptracestop()
2725 p->p_flag2 &= ~P2_PTRACE_FSTP; in ptracestop()
3153 (p->p_flag2 & P2_PTRACE_FSTP) != 0 && in issignal()
/freebsd-13.1/sys/sys/
H A Dproc.h811 #define P2_PTRACE_FSTP 0x00000010 /* SIGSTOP from PT_ATTACH not macro