commit | 2ddb73ddd3ce1b3dabbe4dcafeaabbb04dd90d06 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Mon Jul 25 18:48:50 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Fri Jul 29 17:14:28 2016 +0000 |
tree | 2ae9a483e0aaf84aa182e6414315744e4bd49b37 | |
parent | c9251518b005cc5adb3cc2ba1d68856ec8e94ad2 [diff] |
Attach to the target process before attempting to attach to its siblings * strace.c (attach_tcb): Attach to tcp->pid first.
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.