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: [RFC] Fix SW breakpoint handling for Cell multi-arch


Pedro Alves wrote:
> On 08/27/2015 05:23 PM, Ulrich Weigand wrote:
> > That's an interesting idea.  Indeed the kernel uses SI_KERNEL for
> > SIGTRAPs indicating SW breakpoints on SPU, but nowhere else in all
> > of PowerPC code.  This means simply accepting either TRAP_BRKPT or
> > SI_KERNEL should work.  And indeed the patch appended below works
> > just as well as the original patch for me.
> 
> Excellent!

I've pushed this as well.

Thanks,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU/Linux compilers and toolchain
  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]