Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/linux/
H A Dlinux_ptrace.c371 mask |= PTRACE_VFORK; in linux_ptrace_setoptions()
374 mask |= PTRACE_VFORK; in linux_ptrace_setoptions()
380 mask |= PTRACE_VFORK; /* XXX: Close enough? */ in linux_ptrace_setoptions()
/f-stack/freebsd/sys/
H A Dptrace.h97 #define PTRACE_VFORK 0x0020 macro
/f-stack/freebsd/kern/
H A Dkern_fork.c815 if (p->p_ptevents & PTRACE_VFORK) in fork_rfppwait()
H A Dsys_process.c908 PTRACE_FORK | PTRACE_LWP | PTRACE_VFORK)) != 0) { in kern_ptrace()