commit | 3bf9c190f17b69ff90023fa721efa79dac62c7fc | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Tue Jun 21 16:45:40 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Jun 21 16:55:22 2016 +0000 |
tree | b55e8bdd4a994a9122740d6ba56aa5bdc1ac7316 | |
parent | 72fd77a48340fb469391e572558fc3734434f175 [diff] |
Export print_sockaddr function * defs.h (print_sockaddr): New prototype. * net.c (print_sockaddr): Remove static keyword. Change type of address pointer to "const void *". (print_cmsg_ip_recverr, print_group_req): Remove redundant casts in print_sockaddr invocations.
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.