This is the mail archive of the gdb-patches@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: [patch v2] Re: [commit] Re: [rfc][1/2] Signal delivery + software single-step is broken


Pedro Alves wrote:
> On Thursday 28 April 2011 16:18:16, Ulrich Weigand wrote:
> 
> > Hmm, good point.  Indeed I was able to trigger that assert.
> > 
> > However, this is easily fixable just the same as in handle_inferior_event:
> > if we already have a step-resume breakpoint, we don't need to insert
> > another one, but just continue running until we hit the original one.
> > 
> > Fixed in the patch below, together with a test case that triggers
> > the assert with the original patch.
> > 
> > Retested on armv7l-unknown-linux-gnueabi and i386-linux.
> > 
> > Does this look OK to you?
> 
> Yes, thanks!

Great; thanks again for your thorough review!

I've checked in the patch now.

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


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