commit | 056e304d0498c2def37979e8fa89374360f5b2cb | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Fri Jun 10 09:22:12 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Fri Jun 10 09:56:53 2016 +0000 |
tree | da8302d71daacbda5246e17be2cded4f922a0e4c | |
parent | 176c568a6a95d6742bab60a62bbfb54cb46dbd52 [diff] |
tests: enhance test coverage of SIGCHLD siginfo_t * tests/siginfo.c: New file. * tests/siginfo.test: New test. * tests/wait.c: Remove. * tests/wait.expected: Remove. * tests/wait.test: Remove. * tests/.gitignore: Add siginfo, remove wait. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add siginfo.test, remove wait.test. (EXTRA_DIST): Remove wait.expected.
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.