commit | f1cadc2675e666703ca51c986daed34513aca8c8 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Wed Apr 27 11:49:38 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Wed Apr 27 14:04:55 2016 +0000 |
tree | 4809a47082ceb31caefd1b3feeb2ca6fef19677c | |
parent | b45a1e78e320962b0135e44d572393fa22404da1 [diff] |
Fix decoding of pid_t arguments of kill and tgkill syscalls * signal.c (SYS_FUNC(kill), SYS_FUNC(tgkill)): Print pid_t syscall arguments using %d format.
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.