commit | 4b69c4736cb9b44e0bd7bef16f7f8602b5d2f113 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Tue Aug 16 09:15:44 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Aug 16 09:15:44 2016 +0000 |
tree | fd743e076b776a9dc93ffb79d23a54b7bebb7e34 | |
parent | daa04830aa4cbde55808294a3349686751f13a44 [diff] |
Add sparc64 specific ptrace constants * xlat/ptrace_cmds.in: Add PTRACE_GETREGS64, PTRACE_SETREGS64, PTRACE_GETFPREGS64, and PTRACE_SETFPREGS64.
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.