[PATCH] sparc: Fix PTRACE_CONT bogosity
authorDavid S. Miller <davem@davemloft.net>
Mon, 18 Apr 2005 01:03:11 +0000 (18:03 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 18 Apr 2005 01:03:11 +0000 (18:03 -0700)
commitfb65b9619b756793d824df7501c895a2c2871f40
tree8a594fd4be652d14e3795d046eeda2dc33103c33
parent961f8bc9fc91c39a3fe169f3b6d3df1b096769d3
[PATCH] sparc: Fix PTRACE_CONT bogosity

SunOS aparently had this weird PTRACE_CONT semantic which
we copied.  If the addr argument is something other than
1, it sets the process program counter to whatever that
value is.

This is different from every other Linux architecture, which
don't do anything with the addr and data args.

This difference in particular breaks the Linux native GDB support
for fork and vfork tracing on sparc and sparc64.

There is no interest in running SunOS binaries using this weird
PTRACE_CONT behavior, so just delete it so we behave like other
platforms do.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/sparc/kernel/ptrace.c
arch/sparc64/kernel/ptrace.c