This is the mail archive of the gdb-patches@sources.redhat.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: [PATCH]: Make Linux use the new unified x86 watchpoint support



On Wed, 28 Mar 2001, Michael Snyder wrote:

> > I'm guessing that this call goes back to the implementation for
> > Sparclite, which uses this call to produce a side effect (to be able
> > to step over the instruction which caused the watchpoint to trigger),
> > see config/sparc/tm-sparclite.h.  Since this seems to be the only
> > platform which needs a side effect, and since we already have an
> > equivalent mechanism for doing the same, with the HAVE_*_WATCHPOINT
> > macros, I think this call can be removed.
> 
> I'd like to see it removed, but I'm chicken.  ;-)

What do others think about removing this call to STOPPED_BY_WATCHPOINT?  
Andrew?


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