commit | 349750e1bcd8088bbe94e0670a6d2d5bdf863202 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Mon Jul 18 23:19:51 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Jul 19 17:46:33 2016 +0000 |
tree | 9e12762b39c9bc78d3b162287809b6945ddeed12 | |
parent | 0d88d99da2cd452703d8b4f78645ca0c73bd23a0 [diff] |
tests: check silent decoding of sendmmsg and recvmmsg syscalls * tests/mmsg-silent.c: New file. * tests/mmsg-silent.test: New test. * tests/.gitignore: Add mmsg-silent. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add mmsg-silent.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.