commit | e0a0d89bc522d931d83caec184d965ac94af6b0f | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Wed Jul 20 01:49:25 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Wed Jul 20 11:16:14 2016 +0000 |
tree | 64955f0f56512096dfd0c79a71a03d3733df7e23 | |
parent | 374dc48dbdd6304c44663702a856cf73dc6cd374 [diff] |
Fix corner cases of socketcall syscall * xlat/socketcalls.in: New file. * socketcall.c: New file. * Makefile.am (libstrace_a_SOURCES): Add it. * linux/dummy.h (sys_socketcall): Remove stub alias. * syscall.c (decode_socket_subcall): Treat 1st argument of socketcall as "int". Do not substitute syscall until all socketcall arguments have been fetched successfully.
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.