From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28307 invoked by alias); 22 Apr 2008 20:27:28 -0000 Received: (qmail 28298 invoked by uid 22791); 22 Apr 2008 20:27:28 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 22 Apr 2008 20:27:10 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 230B32AA0C2; Tue, 22 Apr 2008 16:27:09 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 1y79tVlKvI4w; Tue, 22 Apr 2008 16:27:09 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id C522B2AA0D2; Tue, 22 Apr 2008 16:27:08 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id B52F4E7ACD; Tue, 22 Apr 2008 13:27:06 -0700 (PDT) Date: Tue, 22 Apr 2008 20:36:00 -0000 From: Joel Brobecker To: Marc Khouzam Cc: gdb-patches@sourceware.org Subject: Re: [Patch] Watchpoint condition fix Message-ID: <20080422202706.GA3797@adacore.com> References: <6D19CA8D71C89C43A057926FE0D4ADAA04E1BCD0@ecamlmw720.eamcs.ericsson.se> <20080416213350.GC3626@adacore.com> <6D19CA8D71C89C43A057926FE0D4ADAA04E1BCE9@ecamlmw720.eamcs.ericsson.se> <20080417205708.GA12735@adacore.com> <6D19CA8D71C89C43A057926FE0D4ADAA04E1BCEC@ecamlmw720.eamcs.ericsson.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6D19CA8D71C89C43A057926FE0D4ADAA04E1BCEC@ecamlmw720.eamcs.ericsson.se> User-Agent: Mutt/1.4.2.2i 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: 2008-04/txt/msg00484.txt.bz2 > 2008-04-17 Marc Khouzam > > * breakpoint.c (update_watchpoint): Always reparse > condition. As suggested, I pushed this to the branch as well. -- Joel