commit | 0485ab5e23aa3cbc35d7dff4e55d28c58c25a1be | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sat Jul 16 22:04:24 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Jul 19 17:46:32 2016 +0000 |
tree | d175dec7d9205a98d878c711d173cb04822acecc | |
parent | 1c444a75d1f67e5f5df98870cf8f15a86cc4b0a1 [diff] |
mmsghdr.c: rewrite decode_mmsgvec using print_array * fetch_struct_mmsghdr.c (sizeof_struct_mmsghdr): New mpers printer. * mmsghdr.c: Include <limits.h>. (print_struct_mmsghdr_config): New structure. (fetch_struct_mmsghdr_or_printaddr, print_struct_mmsghdr): New functions. (decode_mmsgvec): Rewrite using them and print_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.