Re: Add compat handler for PTRACE_GETSIGINFO

2008-04-21 Thread Christoph Hellwig
On Sat, Apr 19, 2008 at 06:25:13PM +0200, Andreas Schwab wrote: > Current versions of gdb require a working implementation of > PTRACE_GETSIGINFO for proper watchpoint support. Since struct siginfo > contains pointers it must be converted when passed to a 32-bit debugger. Roland just posted a pat

Add compat handler for PTRACE_GETSIGINFO

2008-04-19 Thread Andreas Schwab
Current versions of gdb require a working implementation of PTRACE_GETSIGINFO for proper watchpoint support. Since struct siginfo contains pointers it must be converted when passed to a 32-bit debugger. Signed-off-by: Andreas Schwab <[EMAIL PROTECTED]> --- arch/powerpc/kernel/ppc32.h|2 +