mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 23:43:25 +00:00
fe0654c31f
First, PL_FLAG_FORKED events now also set a PL_FLAG_VFORKED flag when the new child was created via vfork() rather than fork(). Second, a new PL_FLAG_VFORK_DONE event can now be enabled via the PTRACE_VFORK event mask. This new stop is reported after the vfork parent resumes due to the child calling exit or exec. Debuggers can use this stop to reinsert breakpoints in the vfork parent process before it resumes. |
||
---|---|---|
.. | ||
acl | ||
aio | ||
fifo | ||
file | ||
geom | ||
kern | ||
kqueue | ||
mac | ||
mqueue | ||
netinet | ||
pjdfstest | ||
posixshm | ||
vfs | ||
vm | ||
Makefile |