commit | e4cc58944c1e2ce41e3079d4eb60c95e7ce04b2b | [log] [tgz] |
---|---|---|
author | Andreas Schwab <schwab@suse.de> | Sun Apr 20 02:25:13 2008 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Sun Apr 20 13:03:36 2008 +1000 |
tree | 4051adb722a7066b4e4774d3b59af68ed5c52d1c | |
parent | 585468e5d5962660867c269e26f0a4b89a599473 [diff] |
[POWERPC] Add compat handler for PTRACE_GETSIGINFO 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 <schwab@suse.de> Signed-off-by: Paul Mackerras <paulus@samba.org>