From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1343 invoked by alias); 14 Jan 2014 18:39:25 -0000 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 Received: (qmail 1332 invoked by uid 89); 14 Jan 2014 18:39:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f51.google.com Received: from mail-wg0-f51.google.com (HELO mail-wg0-f51.google.com) (74.125.82.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 14 Jan 2014 18:39:23 +0000 Received: by mail-wg0-f51.google.com with SMTP id z12so775725wgg.6 for ; Tue, 14 Jan 2014 10:39:20 -0800 (PST) X-Received: by 10.194.92.109 with SMTP id cl13mr29233542wjb.13.1389724760030; Tue, 14 Jan 2014 10:39:20 -0800 (PST) Received: from [192.168.0.105] (bl6-165-120.dsl.telepac.pt. [82.155.165.120]) by mx.google.com with ESMTPSA id bj3sm1247019wjb.14.2014.01.14.10.39.18 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 14 Jan 2014 10:39:19 -0800 (PST) Message-ID: <52D58454.4050407@gmail.com> Date: Tue, 14 Jan 2014 18:39:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Tom Tromey CC: gdb-patches@sourceware.org Subject: Re: [RFC 20/32] convert to_remove_watchpoint References: <1389640367-5571-1-git-send-email-tromey@redhat.com> <1389640367-5571-21-git-send-email-tromey@redhat.com> In-Reply-To: <1389640367-5571-21-git-send-email-tromey@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00456.txt.bz2 Looks fine. On 01/13/2014 07:12 PM, Tom Tromey wrote: > convert to_can_acce_watchpoint_condition Typo: "accel" > > 2014-01-08 Tom Tromey > > * target-delegates.c : Rebuild. (Spurious space before ":" (in all similar patches actually), but please do leave it if not super trivial to fix.) -- Pedro Alves