From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15771 invoked by alias); 18 May 2010 17:49:33 -0000 Received: (qmail 15759 invoked by uid 22791); 18 May 2010 17:49:32 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 18 May 2010 17:49:28 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o4IHnNeH028837 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 18 May 2010 13:49:23 -0400 Received: from psique.localnet (vpn-241-243.phx2.redhat.com [10.3.241.243]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o4IHnMWn027936; Tue, 18 May 2010 13:49:22 -0400 From: Sergio Durigan Junior To: gdb-patches@sourceware.org, Eli Zaretskii Subject: Re: [PATCH] Forbid watchpoint on a constant value Date: Tue, 18 May 2010 19:24:00 -0000 User-Agent: KMail/1.13.2 (Linux/2.6.32.11-99.fc12.x86_64; KDE/4.4.2; x86_64; ; ) Cc: jan.kratochvil@redhat.com References: <201005181418.24324.sergiodj@redhat.com> <83r5l99kox.fsf@gnu.org> In-Reply-To: <83r5l99kox.fsf@gnu.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Message-Id: <201005181449.21136.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/msg00378.txt.bz2 On Tuesday 18 May 2010 14:35:58, Eli Zaretskii wrote: > > +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 Eli, patch updated. -- Sergio Durigan Junior Red Hat