freebsd-src/tests/sys
John Baldwin fe0654c31f MFC 303001: Add PTRACE_VFORK to trace vfork events.
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.
2016-08-19 20:17:57 +00:00
..
acl MFC r302036 2016-07-12 22:09:05 +00:00
aio
fifo
file MFC r298024,r298196: 2016-04-22 21:30:42 +00:00
geom MFC r297183: 2016-04-06 06:37:36 +00:00
kern MFC 303001: Add PTRACE_VFORK to trace vfork events. 2016-08-19 20:17:57 +00:00
kqueue MFC r295012 2016-04-14 17:14:11 +00:00
mac
mqueue
netinet
pjdfstest
posixshm MFC r298304: 2016-05-04 07:37:02 +00:00
vfs
vm MFC r298301: 2016-05-04 07:35:43 +00:00
Makefile