From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18979 invoked by alias); 9 Dec 2005 02:12:29 -0000 Received: (qmail 18971 invoked by uid 22791); 9 Dec 2005 02:12:29 -0000 X-Spam-Check-By: sourceware.org Received: from ausmtp04.au.ibm.com (HELO ausmtp04.au.ibm.com) (202.81.18.152) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 09 Dec 2005 02:12:28 +0000 Received: from sd0112e0.au.ibm.com (d23rh903.au.ibm.com [202.81.18.201]) by ausmtp04.au.ibm.com (8.12.10/8.12.10) with ESMTP id jB92FV2N059358 for ; Fri, 9 Dec 2005 13:15:38 +1100 Received: from d23av04.au.ibm.com (d23av04.au.ibm.com [9.190.250.237]) by sd0112e0.au.ibm.com (8.12.10/NCO/VERS6.8) with ESMTP id jB92F7Fk113118 for ; Fri, 9 Dec 2005 13:15:08 +1100 Received: from d23av04.au.ibm.com (loopback [127.0.0.1]) by d23av04.au.ibm.com (8.12.11/8.13.3) with ESMTP id jB92C3Ck029348 for ; Fri, 9 Dec 2005 13:12:03 +1100 Received: from [9.181.133.252] ([9.181.133.252]) by d23av04.au.ibm.com (8.12.11/8.12.11) with ESMTP id jB92C1aT029224; Fri, 9 Dec 2005 13:12:02 +1100 Date: Fri, 09 Dec 2005 12:00:00 -0000 From: Wu Zhou To: Ulrich Weigand cc: gdb-patches@sources.redhat.com, drow@false.org, eliz@gnu.org, mark.kettenis@xs4all.nl Subject: Re: [RFC] GDB patches for hw watchpoints - revised In-Reply-To: <200512061823.jB6INQFp007018@53v30g16.boeblingen.de.ibm.com> Message-ID: References: <200512061823.jB6INQFp007018@53v30g16.boeblingen.de.ibm.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-12/txt/msg00161.txt.bz2 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