Andreas Schwab f195e2bff3 m68k: ptrace fixes
This fixes the following issues in ptrace:

- when single stepping into the signal handler stop at the first insn of
  the handler
- handle non-zero stkadj when accessing pc and sr in ptregs
- correctly handle PT_SR in PTRACE_POKEUSR
- report -EIO when trying to read unknown offset in PTRACE_PEEKUSR

Additionally, the handling of the special case that PT_SR accesses a 16
bit word instead of a 32 bit word has been moved into get_reg/put_reg.

Signed-off-by: Andreas Schwab <schwab@linux-m68k.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
2009-12-04 21:22:35 +01:00
..
2009-01-12 20:56:32 +01:00
2009-12-04 21:22:35 +01:00
2008-04-17 10:42:34 -04:00
2008-10-14 10:23:27 -07:00
2009-12-04 21:22:35 +01:00
2009-01-12 20:56:43 +01:00
2009-09-23 18:13:10 -07:00