Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dptrace.h98 #define PTRACE_LWP 0x0010 macro
/freebsd/sys/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.c1135 p->p_ptevents & PTRACE_LWP ? "enabled" : "disabled", in kern_ptrace()
1138 p->p_ptevents |= PTRACE_LWP; in kern_ptrace()
1140 p->p_ptevents &= ~PTRACE_LWP; in kern_ptrace()
1160 PTRACE_FORK | PTRACE_LWP | PTRACE_VFORK)) != 0) { in kern_ptrace()
/freebsd/sys/compat/linux/
H A Dlinux_fork.c318 if (p->p_ptevents & PTRACE_LWP) in linux_clone_thread()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp959 events |= PTRACE_LWP | PTRACE_FORK | PTRACE_VFORK; in SetupTrace()
/freebsd/tests/sys/kern/
H A Dptrace_test.c1667 ATF_REQUIRE(events & PTRACE_LWP); in ATF_TC_BODY()
1671 ATF_REQUIRE(!(events & PTRACE_LWP)); in ATF_TC_BODY()
3430 event_mask = PTRACE_EXEC | PTRACE_FORK | PTRACE_LWP; in ATF_TC_BODY()