commit | f8da0f3e78d2bc80ca62a73e026a38a17e0a1387 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Wed May 25 00:11:37 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Wed May 25 00:11:37 2016 +0000 |
tree | 3024368a62435266977e0a8760928e9327d375a2 | |
parent | 1ba55355c63cdf0554e3219664b4999d3c62774e [diff] |
tests: check decoding of mount syscall * tests/mount.c: New file. * tests/mount.test: New test. * tests/.gitignore: Add mount. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add mount.
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.