|
From: Tom H. <to...@co...> - 2005-11-09 08:38:33
|
In message <200...@ja...>
sv...@va... wrote:
> Author: sewardj
> Date: 2005-11-08 20:59:14 +0000 (Tue, 08 Nov 2005)
> New Revision: 5046
>
> Log:
> Try to fill in ptrace_setregs. Dunno if it's right.
I'm pretty sure it isn't ;-)
> +//----------------------------------------------------------------------
> +// From linux-2.6.13/include/asm-ppc64/ptrace.h
> +//----------------------------------------------------------------------
>
> +#define VKI_PTRACE_SETREGS 0x98
You're using a ppc64 ptrace command which isn't supported on ppc32.
It looks like ppc32 doesn't support a SETREGS operation so you have
to set them one at a time I think.
Plus that is the wrong name for the constant according to the 2.6.14
headers.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|