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/WIP PATCH 02/14] Mask software breakpoints from memory writes too


On Tuesday 13 December 2011 21:24:24, Andreas Schwab wrote:
> Pedro Alves <pedro@codesourcery.com> writes:
> 
> > 2011-12-06  Pedro Alves  <pedro@codesourcery.com>
> >
> > 	gdb/
> > 	* breakpoint.c (breakpoint_restore_shadows): Rename to ...
> > 	(breakpoint_xfer_memory): ... this.  Change prototype.  Handle
> > 	memory writes too.
> > 	* breakpoint.h (breakpoint_restore_shadows): Delete.
> > 	(breakpoint_xfer_memory): Declare.
> > 	* mem-break.c (default_memory_insert_breakpoint)
> > 	(default_memory_remove_breakpoint): Use target_write_raw_memory.
> > 	(memory_xfer_partial): Rename to ...
> > 	(memory_xfer_partial_1): ... this.  Don't mask out breakpoints
> > 	here.
> > 	(memory_xfer_partial): New.
> > 	(target_write_raw_memory): New.
> > 	* target.h (target_write_raw_memory): New.
> 
> That completely breaks gdb on powerpc.  Breakpoints cause gdb to infloop.

Got a backtrace showing the loop?  It'd be really helpful.

-- 
Pedro Alves


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