Re: [uClinux-dev] [PATCH 06/07] nios2: add breakpoint pc offset

2008-01-23 Thread Greg Ungerer
Hi Thomas, Thomas Chou wrote: The breakpoint entry code has moved the PC on by 4 bytes, so we must move it back. This could be done on the host but we do it here because monitor.S of JATG gdbserver does it. Signed-off-by: Thomas Chou [EMAIL PROTECTED] Comitted, thanks. Regards Greg

[uClinux-dev] [PATCH 06/07] nios2: add breakpoint pc offset

2008-01-22 Thread Thomas Chou
The breakpoint entry code has moved the PC on by 4 bytes, so we must move it back. This could be done on the host but we do it here because monitor.S of JATG gdbserver does it. Signed-off-by: Thomas Chou [EMAIL PROTECTED] --- linux-2.6.x/arch/nios2nommu/kernel/traps.c |8 +++- 1 files