commit | 9649ac1c8b5d217b82c818187bb476d8da2838f4 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Fri Feb 19 16:07:43 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Fri Feb 19 16:10:25 2016 +0000 |
tree | 48781a228668a7a58757b10410cc8fb25a439f98 | |
parent | 11d623f10aee9491091262bf5f70cc5e962187eb [diff] |
tests: add rt_sigsuspend.test * tests/rt_sigsuspend.c: New file. * tests/rt_sigsuspend.test: New test. * tests/.gitignore: Add rt_sigsuspend. * tests/Makefile.am (check_PROGRAMS): Likewise. (TESTS): Add rt_sigsuspend.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.