Fix regression in always-inserted breakpoints mode.

Jan Kratochvil jan.kratochvil@redhat.com
Fri Nov 20 20:03:00 GMT 2009


On Fri, 20 Nov 2009 17:00:37 +0100, Pedro Alves wrote:
> On Friday 20 November 2009 11:38:21, Jan Kratochvil wrote:
> > I will check-in the [obv] patch below after you check it in.
> 
> Good idea.  I've checked mine in.  Go ahead.

Checked-in:
	http://sourceware.org/ml/gdb-cvs/2009-11/msg00179.html


> > > There's another problem with this for loop.  The
> > > breakpoint_address_match is too strict when debugging
> > > more than one inferior.  Even if breakpoint_address_match
> > > fails due to address space mismatch, there could be other
> > > locations with the same address following loc2p.
> > 
> > This is unrelated to the regression from me.
> 
> We were always looping over all locations previously,
> and breakpoint_address_match wasn't a part of the for
> loop conditional, so it is.

OK, I admit this was also a regression by my patch.

The rebase on the multi-inferior patch was done just as an "obvious"
pre-checkin update...


Sorry,
Jan



More information about the Gdb-patches mailing list