From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: cagney@gnu.org Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH/RFC] Simplify adjust_pc_after_break? Date: Mon, 17 May 2004 15:07:00 -0000 Message-id: <200405171507.i4HF73tq013277@elgar.kettenis.dyndns.org> References: <200405162328.i4GNSaNS000789@elgar.kettenis.dyndns.org> <40A8CAC0.9000308@gnu.org> X-SW-Source: 2004-05/msg00484.html Date: Mon, 17 May 2004 10:22:56 -0400 From: Andrew Cagney What happens when you hardware single step through a branch vis: branch 1 1: That breaks :-(. Thanks, Mark