commit | 891855edd9096b50807925aba813b5294df7e4d9 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Mon Jul 11 17:21:22 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Jul 12 14:42:30 2016 +0000 |
tree | f42902757937aaef1491b5b94557cb353a9daf4e | |
parent | fe811f7ed78a502b5845612681ca572c8d9bac38 [diff] |
tests: check decoding of accept4 syscall * configure.ac (AC_CHECK_FUNCS): Add accept4. * tests/accept4.c: New file. * tests/accept4.test: New test. * tests/.gitignore: Add accept4. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add accept4.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.