commit | 1c61f829e45a02ece666cc13881a9d608cceeb35 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Tue Apr 26 23:17:17 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Wed Apr 27 01:32:20 2016 +0000 |
tree | caef9c354a2227fdc8825ccba75bd9ab1671357a | |
parent | f443fd40cba0c49e5d0a121df9d433225332d607 [diff] |
tests: check decoding of out-of-range syscalls * tests/nsyscalls.c: New file. * tests/nsyscalls.test: New test. * tests/.gitignore: Add nsyscalls. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add nsyscalls.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.