commit | 76b4c33c7f5e353c43ba5e4c7dd8222b13e4c6d1 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Fri May 13 02:33:33 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Fri May 13 02:36:14 2016 +0000 |
tree | ac5b0c56af081244ee9775333ca8a858da3aa9c9 | |
parent | d9fb4a434d634b3076438dfedfa09bc19878354e [diff] |
ptrace: decode data argument of PTRACE_PEEKSIGINFO request The data argument of PTRACE_PEEKSIGINFO request is a pointer to siginfo_t array. * printsiginfo.c (print_siginfo_t): New function. (print_siginfo_array): New mpers printer. * process.c (SYS_FUNC(ptrace)): Print data argument of PTRACE_PEEKSIGINFO request using print_siginfo_array.
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.