freebsd-src/tests/sys/kern
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
..
acct MFC r291331: 2015-12-04 19:14:14 +00:00
execve MFC r282061: 2015-05-16 23:39:54 +00:00
pipe MFC r292822: 2016-01-04 07:09:29 +00:00
kern_descrip_test.c MFC r299508: 2016-06-10 18:07:35 +00:00
Makefile MFC r292914,r292957: 2016-01-06 20:29:15 +00:00
ptrace_test.c MFC 303001: Add PTRACE_VFORK to trace vfork events. 2016-08-19 20:17:57 +00:00
unix_passfd_test.c MFC r292914,r292957: 2016-01-06 20:29:15 +00:00
unix_seqpacket_test.c MFC r270228: 2016-01-06 20:50:23 +00:00