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] "single step" atomic instruction sequences as a whole on PPC


On Thu, May 10, 2007 at 11:30:53PM +0200, Ulrich Weigand wrote:
> This looks just like a problem we fixed for the combined debugger;
> cancel_breakpoints_callback should cancel SIGTRAP events caused by
> software single-step breakpoints just the same as those caused by
> other breakpoints.

Maybe it would be more elegant to anticipate the day that single step
breakpoints are completely normal: make breakpoint_inserted_here_p
check them?  This is already the only caller.

-- 
Daniel Jacobowitz
CodeSourcery


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