commit | 649ee4b3703a3c7c47bd4286a53c36c4ae77b4a3 | [log] [tgz] |
---|---|---|
author | Fei Jie <feij.fnst@cn.fujitsu.com> | Wed Apr 27 16:54:21 2016 +0800 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Wed Apr 27 14:22:22 2016 +0000 |
tree | 16a0695aaff3d038a6943cf5490be8b598bbbc84 | |
parent | 7585ccdcab9fe9aa9b7ff678cef5c1cfc1608557 [diff] |
tests: add pause.test * tests/pause.c: New file. * tests/pause.test: New test. * tests/.gitignore: Add pause. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add pause.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.