Module Name: src Committed By: kamil Date: Wed May 23 13:18:09 UTC 2018
Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.h Log Message: Add new auxiliary functions in ATF ptrace(2) tests Introduce: - trigger_trap() - trigger_segv() - trigger_ill() - trigger_fpe() - trigger_bus() These functions generate appropriate signals caused by crashes. A debugger is required to collect the crashes regardless of signal masking, catching or ignoring rules. While there, append __used argument to can_we_set_dbregs(). Sponsored by <The NetBSD Foundation> To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/sys/t_ptrace_wait.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.