Module Name: src Committed By: kamil Date: Tue Nov 15 02:53:32 UTC 2016
Modified Files: src/tests/kernel: t_ptrace_wait.c Log Message: Add eventmask1 and eventmask2 in t_ptrace_wait* Add basic tests verifying that value between PT_SET_EVENT_MASK and PT_GET_EVENT_MASK is preserved between two ptrace(2) calls. eventmask1: Verify that empty EVENT_MASK is preserved eventmask2: Verify that PTRACE_FORK in EVENT_MASK is preserved Currently the only supported event in ptrace(2) is PTRACE_FORK. These tests are appropriate for all wait(2)-like functions. Sponsored by <The NetBSD Foundation> To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 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.