commit | 176c568a6a95d6742bab60a62bbfb54cb46dbd52 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Fri Jun 10 09:16:10 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Fri Jun 10 09:16:10 2016 +0000 |
tree | e069a8c7e2139d40ba159e605260e9ee284cee14 | |
parent | 1f68abfed3b0f4187a303f36d6cc32068a7e11c8 [diff] |
tests: extend test coverage of waitid syscall * tests/waitid.c: New file. * tests/waitid-v.c: Likewise. * tests/waitid.test: New test. * tests/waitid-v.test: Likewise. * tests/.gitignore: Add waitid and waitid-v. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add waitid.test and waitid-v.test.
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.