commit | 7c37ce4055248e4d44f4c5b0a1c88ca0b9fdb9df | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Thu Jul 14 22:13:58 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Mon Jul 18 22:12:19 2016 +0000 |
tree | a223c7e0c7c5066d297bf5b024cdb95dcdcbf605 | |
parent | 64a8a4ca3d59d82ac92a182bc3cb7600329e38c7 [diff] |
msghdr.c: move all mmsghdr parsers to a separate file * msghdr.h (print_struct_msghdr): New prototype. * msghdr.c (print_msghdr): Rename to print_struct_msghdr, remove static qualifier, all callers changed. (decode_mmsghdr, decode_mmsgvec, dumpiov_in_mmsghdr): Move to ... * mmsghdr.c: ... new file. * Makefile.am (strace_SOURCES): Add it.
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.