freebsd-dev/tests/sys/kern
John Baldwin 98685dc8af Clear P_TRACED before reparenting a detached process back to its
original parent. Otherwise the debugee will be set as an orphan of
the debugger.

Add tests for tracing forks via PT_FOLLOW_FORK.

Reviewed by:	kib
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D2809
2015-08-01 16:27:52 +00:00
..
execve Integrate tools/regression/execve into the FreeBSD test suite as 2015-04-27 07:22:18 +00:00
kern_descrip_test.c Added sysctl kern.maxfiles increase test, do not use /etc/passwd for tests 2014-03-19 09:41:12 +00:00
Makefile Only reparent a traced process to its old parent if the tracing process is 2015-05-22 11:04:54 +00:00
ptrace_test.c Clear P_TRACED before reparenting a detached process back to its 2015-08-01 16:27:52 +00:00
unix_seqpacket_test.c Fixed shutdown(2) unix(4) tests for SOCK_SEQPACKET after r285910 (by ed). 2015-07-29 13:49:34 +00:00