commit | 4de8de50d25f515100e7d13a9b7d551613d8d27e | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Thu Jul 14 22:20:04 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Mon Jul 18 22:12:44 2016 +0000 |
tree | 631aa042560476f58a2ad22494a5919ff0afabef | |
parent | 7c37ce4055248e4d44f4c5b0a1c88ca0b9fdb9df [diff] |
net.c: move parsers of sendmmsg and recvmmsg syscalls to mmsghdr.c * defs.h (decode_mmsgvec): Remove. * net.c: Do not include "msghdr.h". (SYS_FUNC(sendmmsg), SYS_FUNC(recvmmsg)): Move ... * mmsghdr.c: ... here. (decode_mmsgvec): Add static qualifier.
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.