commit | 42e566ae7419082953995a90ae86cdfaa7a12f45 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sat Jun 25 11:31:48 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Sat Jun 25 15:45:20 2016 +0000 |
tree | 16b1dd299a8d96219299c9db049d14320623b843 | |
parent | 9c33d76599b15aa7b58b5160bf49b52e6ec09f73 [diff] |
net.c: rename printsock to decode_sockaddr * defs.h (printsock): Rename to decode_sockaddr. * net.c (printsock): Likewise. (do_msghdr, SYS_FUNC(bind), do_sockname, SYS_FUNC(sendto), SYS_FUNC(recvfrom)): Replace printsock with decode_sockaddr.
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.