commit | bce81639378b455603375f272ddaf46340a1a597 | [log] [tgz] |
---|---|---|
author | Eugene Syromyatnikov <evgsyr@gmail.com> | Mon Aug 22 11:48:39 2016 +0300 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Mon Aug 22 09:32:47 2016 +0000 |
tree | 4664859b335c18ec9fabeb45b8860ec047d30f18 | |
parent | b53f546d3ea06acd8226440cb9bfa282e13b9ca3 [diff] |
tests: fill old_value argument in timer{,fd}_xettime tests This is needed in order to differentiate it from the value returned by the call. As a consequence, it enables revealing possible bugs in syscall parsers, for example, when the value read on syscall entering and not on syscall exiting, as it was the case with timerfd_settime parser. * tests/timer_xettime.c (main): Fill old.its field with value different from the expected one upon call return. * tests/timerfd_xettime.c: Likewise.
This is strace -- a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.
strace is released under a Berkeley-style license at the request of Paul Kranenburg; see the file COPYING for details.
See the file NEWS for information on what has changed in recent versions.
Please send bug reports and enhancements to the strace mailing list.