commit | 181806136e82c524b21059a5781b00c50be9d634 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Mon Apr 11 15:16:30 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Mon Apr 11 15:16:30 2016 +0000 |
tree | 16ab1007e7915dcc9abe1ce3260f06400cf15955 | |
parent | b19945bebcc2a9918878b2526653fc759ed7d187 [diff] |
tests: rename seccomp.test to prctl-seccomp-filter-v.test * tests/.gitignore: Replace seccomp with prctl-seccomp-filter-v. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Replace seccomp.test with prctl-seccomp-filter-v.test. * tests/seccomp.c: Rename to tests/prctl-seccomp-filter-v.c. * tests/seccomp.test: Rename to tests/prctl-seccomp-filter-v.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.