commit | 3f6ebceb50dab236027cb9a64148e12da3f43d9f | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Thu Mar 31 00:01:58 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Thu Mar 31 00:01:58 2016 +0000 |
tree | 94e7b7bbf7166985649e9e5a9e40b4ccf310711e | |
parent | c98ab8805b3876426c8d4359fa1c981c324923bf [diff] |
Implement dumping of preadv and pwritev syscalls * syscall.c (dumpio): Add SEN_preadv and SEN_pwritev. * NEWS: Mention this. * tests/preadv-pwritev.c: New file. * tests/preadv-pwritev.test: New test. * tests/.gitignore: Add preadv-pwritev. * tests/Makefile.am (check_PROGRAMS): Likewise. (preadv_pwritev_CPPFLAGS): New variable. (DECODER_TESTS): Add preadv-pwritev.
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.