commit | aaa7a77b5f79ec3b99806f5de9abdb5d70516b1d | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sun Aug 14 00:03:03 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Sun Aug 14 00:03:03 2016 +0000 |
tree | 8a7371984addd28be62c144f5ce05b3c97e1e7b6 | |
parent | 8e982692d4ef8468ef7e63c4625d560c048a0f94 [diff] |
powerpc64, sparc64: fix redefinitions of ARCH_PC_REG This fixes compilation warning that ARCH_PC_REG is redefined. * linux/powerpc64/arch_regs.c (ARCH_PC_REG): Undefine before the new definition. * linux/sparc64/arch_regs.c (ARCH_PC_REG): Likewise.
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.