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: Updates support for breakpoints that generate SIGILL


> Any thoughts about this patch, or shall I check it in?  Tested on
> arm-linux-gnueabi using gdbserver, both with and without SIGILLs.

I agree that the patch is useful - someone else might need the same
functionality later on too.

> 2010-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
> 
> 	gdb/
> 	* infrun.c (prepare_to_proceed): Handle other signals which might
> 	match a breakpoint.
> 	(handle_inferior_event): Move the check for unusual breakpoint
> 	signals earlier.
> 
> 	gdb/gdbserver/
> 	* linux-low.c (get_stop_pc): Check for SIGTRAP.
> 	(linux_wait_for_event_1): Handle SIGILL and SIGSEGV as possible
> 	breakpoints.

-- 
Joel


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