This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] Stop infrun from tracking breakpoint insertion status.
- From: Vladimir Prus <vladimir at codesourcery dot com>
- To: "Ulrich Weigand" <uweigand at de dot ibm dot com>
- Cc: gdb-patches at sources dot redhat dot com
- Date: Wed, 28 Nov 2007 15:50:19 +0300
- Subject: Re: [RFA] Stop infrun from tracking breakpoint insertion status.
- References: <200711271814.lARIECVU018918@d12av02.megacenter.de.ibm.com>
On Tuesday 27 November 2007 21:14:12 Ulrich Weigand wrote:
> Vladimir Prus wrote:
>
> > There were in fact two distinct problems. The first was
> > in my previous patch to document infrun logic -- while the
> > patch was meant to have no logic change, the case of
> > stepping over breakpoint using software single step was
> > messed up. This patch fixes the problem -- it was tested
> > on arm-linux/qemu, which uses software single step, with
> > no test result changes. OK?
>
> Ah, right. Sorry for missing that.
>
> > * infrun.c (resume): Set right thread
> > even if stepping over breakpoint using software
> > single step.
>
> This is OK.
Thanks. This one is checked in.
- Volodya