commit | 4e085d0b462c8e502b3831d297ed9ffab79e3d5b | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Mon Jun 06 21:26:08 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Mon Jun 06 22:06:46 2016 +0000 |
tree | cfa5828f86c02055070d85674da29f67c023d69a | |
parent | b017c09ab3dce10e8d7f76a1d37591adeffdce16 [diff] |
tests: check decoding of setrlimit, getrlimit, and ugetrlimit syscalls * tests/getrlimit.c: New file. * tests/setrlimit.c: Likewise. * tests/ugetrlimit.c: Likewise. * tests/xgetrlimit.c: Likewise. * tests/getrlimit.test: New test. * tests/setrlimit.test: Likewise. * tests/ugetrlimit.test: Likewise. * tests/.gitignore: Add getrlimit, setrlimit, and ugetrlimit. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add getrlimit.test, setrlimit.test, and ugetrlimit.test. (EXTRA_DIST): Add xgetrlimit.c.
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.