Module Name: src Committed By: mgorny Date: Sun May 5 10:04:11 UTC 2019
Modified Files: src/tests/lib/libc/sys: t_ptrace_amd64_wait.h t_ptrace_i386_wait.h Log Message: Add tests for reading pre-set general purpose register values via PT_GETREGS. Add new tests verifying that PT_GETREGS provides correct register values from the underlying program. The test uses inline assembly in the child program to set registers to well-known constants, then compares the results obtained via PT_GETREGS against them. Reviewed by kamil. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libc/sys/t_ptrace_amd64_wait.h cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/sys/t_ptrace_i386_wait.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.