From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7247 invoked by alias); 18 May 2010 17:36:08 -0000 Received: (qmail 7237 invoked by uid 22791); 18 May 2010 17:36:06 -0000 X-SWARE-Spam-Status: No, hits=-0.0 required=5.0 tests=AWL,BAYES_05,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 18 May 2010 17:35:58 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L2M00L00M6OI700@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Tue, 18 May 2010 20:35:54 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.126.197.161]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L2M00EAJM7TN5L0@a-mtaout20.012.net.il>; Tue, 18 May 2010 20:35:54 +0300 (IDT) Date: Tue, 18 May 2010 17:49:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] Forbid watchpoint on a constant value In-reply-to: <201005181418.24324.sergiodj@redhat.com> To: Sergio Durigan Junior Cc: gdb-patches@sourceware.org, jan.kratochvil@redhat.com Reply-to: Eli Zaretskii Message-id: <83r5l99kox.fsf@gnu.org> References: <201005181418.24324.sergiodj@redhat.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-05/txt/msg00377.txt.bz2 > From: Sergio Durigan Junior > Date: Tue, 18 May 2010 14:18:22 -0300 > Cc: Jan Kratochvil > > * gdb.texinfo: Include information about the correct use > of addresses in the `watch' command. This part is okay, but please make this tiny change: > +If you watch for a change in a numerically entered address you need to > +dereference it as the address itself is just a constant number which will never ^ A comma is missing here. Thanks.