Module Name: src Committed By: kamil Date: Sun May 13 23:01:25 UTC 2018
Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.h t_ptrace_x86_wait.h Log Message: Refactor code in ATF ptrace(2) tests Move the can_we_set_dbregs() auxiliary function from t_ptrace_x86_wait.h to a common file t_ptrace_wait.h. This allows using this function for checking whether the DBREGS set operations in ptrace(2) are accessible for a user. Sponsored by <The NetBSD Foundation> To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/sys/t_ptrace_wait.h cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/sys/t_ptrace_x86_wait.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.