Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsys_process.c600 p->p_flag2 |= P2_PTRACE_FSTP; in proc_set_traced()
1048 if ((p->p_flag2 & P2_PTRACE_FSTP) != 0) { in kern_ptrace()
1050 p->p_flag2 &= ~P2_PTRACE_FSTP; in kern_ptrace()
H A Dkern_exit.c526 q->p_flag2 &= ~P2_PTRACE_FSTP; in exit1()
H A Dkern_sig.c2627 ((p->p_flag2 & P2_PTRACE_FSTP) == 0 && in ptracestop()
2640 p->p_flag2 &= ~P2_PTRACE_FSTP; in ptracestop()
2888 (p->p_flag2 & P2_PTRACE_FSTP) != 0 && in issignal()
/f-stack/freebsd/sys/
H A Dproc.h801 #define P2_PTRACE_FSTP 0x00000010 /* SIGSTOP from PT_ATTACH not macro