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 - revised


On Tue, 6 Dec 2005, Ulrich Weigand wrote:

> You should be setting the target vector's to_region_size_ok_for_hw_watchpoint
> function instead.  See s390-nat.c where I now implement full watchpoint
> support without any nm.h macro defined ...
> 

Thanks a lot. That is a very good sample. But I see that you didn't 
implement to_stopped_data_address either. Do you think it is mandatory? It 
seems that it is mainly used in rwatch and awatch.

Regards
- Wu Zhou


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