This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Regression


On Tue, Feb 10, 2009 at 07:27:44PM +0000, Pedro Alves wrote:
> On Tuesday 10 February 2009 19:18:12, Pedro Alves wrote:
> > We don't see the problem on linux, since there's a stop and
> > resume *right at the begining* of the signal handler, due to the
> > single-step entering the signal handler. ?GDB happens
> > to re-install breakpoints in the inferior in that resume. ?This
> > happens *before* the inferior's flow passing by the instruction
> > where there's a breakpoint at ("break handle_USR1" is installed
> > after the prologue).
> 
> I'm thinking that this regression is also happening on linux
> archs that rely on software single-stepping, but I haven't
> checked it.

We run automatic periodic testing and arm-linux is one of the covered
platforms - apologies for not having the GDB test results posted
anywhere, we do send out GCC logs.

Unfortunately annota1.exp does not run for cross testing, probably
because it relies on mixed GDB and inferior output.  And a binutils
bug caused the results to be garbage for a couple of months.  Which
means that I have before results, but not after; I'll keep an eye out
for the next batch.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]