commit | ab917ae5af552dccc42c42327776b2562643b71e | [log] [tgz] |
---|---|---|
author | Fei Jie <feij.fnst@cn.fujitsu.com> | Thu Mar 10 10:41:31 2016 +0800 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Thu Mar 10 02:41:31 2016 +0000 |
tree | e959943d24dc4baefb653c55270994ee8cd64da4 | |
parent | 61ac8ee9b2abe1be777af8e1ba91175fd58f3e7d [diff] |
tests: add dup.test, dup2.test, and dup3.test * tests/dup.c: New file. * tests/dup.test: New test. * tests/dup2.c: New file. * tests/dup2.test: New test. * tests/dup3.c: New file. * tests/dup3.test: New test. * tests/.gitignore: Add dup, dup2, and dup3. * tests/Makefile.am (check_PROGRAMS): Likewise. (TESTS): Add dup.test, dup2.test, and dup3.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.