This is the mail archive of the gdb-patches@sourceware.cygnus.com 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]

Re: RFA: breakpoint.c: Minor output fixes for hardware watchpoints



> During implementation of hardware watchpoints on Solaris, I noticed the
> following inconsistencies in breakpoint.c output between software and
> hardware breakpoints.

Both problems confirmed on x86 using the DJGPP native version.

Actually, these two problems were on my todo list since last summer,
but since they are merely annoyances, they got pushed back ;-).

> Here is a patch for both problems:
> 
> 2000-03-07  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
> 
> 	* breakpoint.c (insert_breakpoints, do_enable_breakpoint):  Reselect
> 	the saved frame silently after frame selection for watchpoint
> 	evaluation.
> 	(insert_breakpoints):  Add missing space in `Hardware watchpoint
> 	deleted' message.  Do not reinsert hardware watchpoint if it is
> 	already marked for deletion at next stop.

Both problems are gone with these patches in the DJGPP version.
Thanks!

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