From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 384 invoked by alias); 19 Apr 2008 00:34:50 -0000 Received: (qmail 375 invoked by uid 22791); 19 Apr 2008 00:34:49 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 19 Apr 2008 00:34:32 +0000 Received: from zps38.corp.google.com (zps38.corp.google.com [172.25.146.38]) by smtp-out.google.com with ESMTP id m3ILeEHl032331 for ; Fri, 18 Apr 2008 22:40:15 +0100 Received: from wa-out-1112.google.com (wafm16.prod.google.com [10.114.189.16]) by zps38.corp.google.com with ESMTP id m3ILe3mP013426 for ; Fri, 18 Apr 2008 14:40:13 -0700 Received: by wa-out-1112.google.com with SMTP id m16so1604843waf.14 for ; Fri, 18 Apr 2008 14:40:13 -0700 (PDT) Received: by 10.114.210.2 with SMTP id i2mr3169556wag.198.1208554813680; Fri, 18 Apr 2008 14:40:13 -0700 (PDT) Received: by 10.115.107.18 with HTTP; Fri, 18 Apr 2008 14:40:13 -0700 (PDT) Message-ID: Date: Sat, 19 Apr 2008 01:39:00 -0000 From: "Doug Evans" To: "Marc Khouzam" Subject: Re: [Patch] Watchpoint condition fix Cc: "Joel Brobecker" , gdb-patches@sourceware.org In-Reply-To: <6D19CA8D71C89C43A057926FE0D4ADAA04E1BCEC@ecamlmw720.eamcs.ericsson.se> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6D19CA8D71C89C43A057926FE0D4ADAA04E1BCD0@ecamlmw720.eamcs.ericsson.se> <20080416213350.GC3626@adacore.com> <6D19CA8D71C89C43A057926FE0D4ADAA04E1BCE9@ecamlmw720.eamcs.ericsson.se> <20080417205708.GA12735@adacore.com> <6D19CA8D71C89C43A057926FE0D4ADAA04E1BCEC@ecamlmw720.eamcs.ericsson.se> 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: 2008-04/txt/msg00395.txt.bz2 On Thu, Apr 17, 2008 at 5:41 PM, Marc Khouzam wrote: > > > Reformat the comment to avoid the '*' at the beginning of each line > > and put the final '*/' at the end of the last line, not on a new line: > > Forgot about that. Eclipse does the comments in its own way. > I fixed it. > > I committed the following: > > 2008-04-17 Marc Khouzam > > * breakpoint.c (update_watchpoint): Always reparse > condition. Is this something that should go in the 6.8 branch?