commit | 416e880a9118244f1e0e964e06e5183096b295c5 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Tue Jul 12 08:41:58 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Jul 12 14:42:30 2016 +0000 |
tree | e8cb4ecef03b85c9485958d8b904782211ce2101 | |
parent | 802f2646431fec5aa727864c1528305b675eaa13 [diff] |
tests: check decoding of sockaddr related arguments of recvfrom syscall * configure.ac (AC_CHECK_FUNCS): Add recvfrom. * tests/recvfrom.c: New file. * tests/recvfrom.test: New test. * tests/.gitignore: Add recvfrom. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add recvfrom.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.