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] GDB patches for hw watchpoints


> Date: Wed, 17 Aug 2005 12:27:46 -0500 (CDT)
> From: Manoj Iyer <manjo@austin.ibm.com>
> 
> I am submitting this patch on behalf of  Ben Elliston <bje@au1.ibm.com>,
> this patch implements hardware watchpoints on PPC platform. Please review
> and comment, so I can commit.

Sorry, but you're not supposed to add anything to nm.h files anymore.
Instead you should add things to the target vector.  Take a look at
inf-ttrace.c on how to do this.

This may be hard to do at the moment, since the target vector stuff
for native Linux targets is a bit of a mess.  That really needs to be
fixed!

Mark


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