Module Name: src Committed By: kamil Date: Sat Nov 12 16:33:48 UTC 2016
Modified Files: src/tests/kernel: t_ptrace_wait.c Log Message: Expect SIGSTOP in attach3 in t_ptrace_wait{,3,4,6,id,pid} Set SIGSTOP as expected signal in attach3, is it is preferred in general. Not just because FreeBSD and Linux work this way, but to make it consistent and regardless of relation between tracee and tracer always get the same signal. attach3 tests parent attaching with PT_ATTACH to its child Sponsored by <The NetBSD Foundation> To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/kernel/t_ptrace_wait.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.