commit | ae5feb49c2fe43965e4ddae8fd1cbbed41dc3ae6 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sun Aug 21 22:02:09 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Sun Aug 21 22:02:09 2016 +0000 |
tree | 2962c9f65b8ad96bbbafa7b7d4a2cced84043e05 | |
parent | aa0c46ffeda837bb01f57167d506ce36f680eb66 [diff] |
sparc64: fix sigreturn decoding for sparc personality * linux/sparc/arch_sigreturn.c (arch_sigreturn): Parametrize member types of struct signal_frame. * linux/sparc64/arch_sigreturn.c (sparc64_arch_sigreturn, sparc32_arch_sigreturn): New functions. (arch_sigreturn): Use them.
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.