commit | e96aee7ebbc23e602664ec1487e62d0885167111 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sat Jun 25 13:47:54 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Sat Jun 25 15:47:27 2016 +0000 |
tree | f8410b3437740bd15739352843cf8af126324b73 | |
parent | 42e566ae7419082953995a90ae86cdfaa7a12f45 [diff] |
net.c: move all sockaddr parsers to a separate file * sockaddr_ll.c: Rename to sockaddr.c (print_sockaddr_data_ll): Add static keyword. * Makefile.am (strace_SOURCES): Likewise. * defs.h (print_sockaddr_data_ll): Remove. (addrfams): New prototype. * net.c: Move all sockaddr parsers to sockaddr.c.
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.