commit | 9f3a6af09a7743ea91ad7857c938ac0b64b61a24 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sat Apr 02 01:08:24 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Sat Apr 02 01:08:24 2016 +0000 |
tree | fa49390f4d2b1535047efb6ff7e72ae9cd44eb91 | |
parent | 69f1bf37fd73ff75dad4324662d1c5b7370a04c0 [diff] |
Fix printing of negative offsets in pread64 and pwrite64 syscalls * io.c (SYS_FUNC(pread), SYS_FUNC(pwrite)): Print offset using %lld format string. * tests/pread64-pwrite64.c: New file. * tests/pread64-pwrite64.test: New test. * tests/.gitignore: Add pread64-pwrite64. * tests/Makefile.am (check_PROGRAMS): Likewise. (pread64_pwrite64_CPPFLAGS): New variable. (DECODER_TESTS): Add pread64-pwrite64.
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.