From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20073 invoked by alias); 13 Feb 2006 09:53:55 -0000 Received: (qmail 20065 invoked by uid 22791); 13 Feb 2006 09:53:55 -0000 X-Spam-Check-By: sourceware.org Received: from e3.ny.us.ibm.com (HELO e3.ny.us.ibm.com) (32.97.182.143) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 13 Feb 2006 09:53:53 +0000 Received: from sd0112e0.au.ibm.com (d23rh903.au.ibm.com [9.190.250.240]) by e3.ny.us.ibm.com (8.12.11/8.12.11) with ESMTP id k1D9rnYu029530 for ; Mon, 13 Feb 2006 04:53:50 -0500 Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.250.243]) by sd0112e0.au.ibm.com (8.12.10/NCO/VERS6.8) with ESMTP id k1D9v67l056560 for ; Mon, 13 Feb 2006 20:57:06 +1100 Received: from d23av02.au.ibm.com (loopback [127.0.0.1]) by d23av02.au.ibm.com (8.12.11/8.13.3) with ESMTP id k1D9rmwA022409 for ; Mon, 13 Feb 2006 20:53:48 +1100 Received: from [9.181.133.173] ([9.181.133.173]) by d23av02.au.ibm.com (8.12.11/8.12.11) with ESMTP id k1D9rkp9022378; Mon, 13 Feb 2006 20:53:47 +1100 Date: Mon, 13 Feb 2006 09:53:00 -0000 From: Wu Zhou To: Eli Zaretskii cc: gdb-patches@sources.redhat.com Subject: Re: [RFC] GDB patches for hw watchpoints - revised In-Reply-To: Message-ID: References: <20060122205641.GF27224@nevyn.them.org> <20060124034304.GA4719@nevyn.them.org> <20060124212046.GC26974@nevyn.them.org> <20060202014308.GA19507@nevyn.them.org> 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: 2006-02/txt/msg00274.txt.bz2 On Thu, 9 Feb 2006, Eli Zaretskii wrote: > > Date: Thu, 9 Feb 2006 13:43:14 +0800 (CST) > > From: Wu Zhou > > cc: Eli Zaretskii , gdb-patches@sources.redhat.com, > > bje@au1.ibm.com, anton@au1.ibm.com, pgilliam@us.ibm.com > > > > Daniel, > > > > I committed the two patches you approved. Here is a seperate patch for > > gdbint.texinfo: > > > > 2006-02-08 Wu Zhou > > > > * gdbint.texinfo (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete. > > The patch to gdb.texinfo is approved, but this ChangeLog entry is > incorrect. What should be in the parentheses is the name of the node > where the changes were made. The text then should say "Delete > TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.". Okay? > Thanks. I committed this: 2006-02-13 Wu Zhou * gdbint.texinfo (Watchpoints): Delete TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT. Index: gdbint.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdbint.texinfo,v retrieving revision 1.238 diff -c -p -r1.238 gdbint.texinfo *** gdbint.texinfo 6 Feb 2006 22:14:31 -0000 1.238 --- gdbint.texinfo 9 Feb 2006 05:32:27 -0000 *************** the same time). *** 465,477 **** Return non-zero if hardware watchpoints can be used to watch a region whose address is @var{addr} and whose length in bytes is @var{len}. - @findex TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT - @item TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT (@var{size}) - Return non-zero if hardware watchpoints can be used to watch a region - whose size is @var{size}. @value{GDBN} only uses this macro as a - fall-back, in case @code{TARGET_REGION_OK_FOR_HW_WATCHPOINT} is not - defined. - @cindex insert or remove hardware watchpoint @findex target_insert_watchpoint @findex target_remove_watchpoint --- 465,470 ---- Regards - Wu Zhou