commit | 00ba20aae1cf8afe2a86a0218a240a01d03153ca | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sun Jun 26 23:57:18 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Sun Jun 26 23:57:18 2016 +0000 |
tree | a8dca9dd2812009107db7147f3f4350e4e403bf2 | |
parent | cf0ef0852cc92ee2ae19aaf3557b7e685a3921d1 [diff] |
net.c: when printing struct msghdr.msg_control, also print its name * net.c (printcmsghdr): Skip control messages of zero length. Always print "msg_control=" before the control message. (do_msghdr): Print control message before its length, not after. * tests/inet-cmsg.c (main): Update expected output. * tests/scm_rights-fd.test: Likewise.
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.