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 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.

-- 
Pedro Alves


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