Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA/m32r] Fix breakpoint bug of m32rsdi protocol
@ 2004-07-07  5:37 Kei Sakamoto
  2004-07-07  5:38 ` Kei Sakamoto
  0 siblings, 1 reply; 6+ messages in thread
From: Kei Sakamoto @ 2004-07-07  5:37 UTC (permalink / raw)
  To: gdb-patches

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 <y>
  f00024:       e3 f0 10 04     ld24 r3,f01004 <z>

The attached patch fixes this problem.

OK to commit?

===

2004-07-07    Kei Sakamoto  <sakamoto.kei@renesas.com>

* remote-m32r-sdi.c: Fix breakpoint bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-07-27  1:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-07  5:37 [RFA/m32r] Fix breakpoint bug of m32rsdi protocol Kei Sakamoto
2004-07-07  5:38 ` Kei Sakamoto
2004-07-16 21:31   ` [RFA/m32r] Fix breakpoint bug of m32rsdi protocol; remote-m32r-sdi.c re-indented Andrew Cagney
2004-07-26  9:19     ` Kei Sakamoto
2004-07-26 15:14       ` Andrew Cagney
2004-07-27  1:17         ` Kei Sakamoto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox