Home
last modified time | relevance | path

Searched refs:PTRACE_LWP (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dptrace.h96 #define PTRACE_LWP 0x0010 macro
/f-stack/freebsd/kern/
H A Dkern_thr.c261 if (p->p_ptevents & PTRACE_LWP) in thread_create()
360 if (p->p_ptevents & PTRACE_LWP) { in kern_thr_exit()
H A Dsys_process.c883 p->p_ptevents & PTRACE_LWP ? "enabled" : "disabled", in kern_ptrace()
886 p->p_ptevents |= PTRACE_LWP; in kern_ptrace()
888 p->p_ptevents &= ~PTRACE_LWP; in kern_ptrace()
908 PTRACE_FORK | PTRACE_LWP | PTRACE_VFORK)) != 0) { in kern_ptrace()