I'm sorry. I forgot to attach the patch file. From: "Kei Sakamoto" To: Sent: Wednesday, July 07, 2004 2:36 PM Subject: [RFA/m32r] Fix breakpoint bug of m32rsdi protocol > Hello, > > I found a bug in m32r's own remote protocol, m32rsdi. When gdb uses m32rsdi > protocol, gdb skips the breakpoint on the next instruction. > > Fo example, when pc is 0xf00020, gdb skips the breakpoint on 0xf00024. > > f00020: e6 f0 10 08 ld24 r6,f01008 > f00024: e3 f0 10 04 ld24 r3,f01004 > > The attached patch fixes this problem. > > OK to commit? > > === > > 2004-07-07 Kei Sakamoto > > * remote-m32r-sdi.c: Fix breakpoint bug. > >