From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3656 invoked by alias); 6 Feb 2014 04:42:26 -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 18441 invoked by uid 89); 6 Feb 2014 03:58:47 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-we0-f181.google.com Received: from mail-we0-f181.google.com (HELO mail-we0-f181.google.com) (74.125.82.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 06 Feb 2014 03:58:46 +0000 Received: by mail-we0-f181.google.com with SMTP id w61so886685wes.26 for ; Wed, 05 Feb 2014 19:58:43 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.180.37.162 with SMTP id z2mr5005051wij.51.1391659123053; Wed, 05 Feb 2014 19:58:43 -0800 (PST) Received: by 10.194.17.104 with HTTP; Wed, 5 Feb 2014 19:58:42 -0800 (PST) In-Reply-To: <87fvoe4r3p.fsf@fleche.redhat.com> References: <87lhyhovqo.fsf@fleche.redhat.com> <87r47z99zi.fsf@fleche.redhat.com> <87fvoe4r3p.fsf@fleche.redhat.com> Date: Thu, 06 Feb 2014 04:42:00 -0000 Message-ID: Subject: Re: [PATCH v4 00/16] extension language API for GDB From: Doug Evans To: Tom Tromey Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2014-02/txt/msg00071.txt.bz2 On Thu, Jan 23, 2014 at 8:09 AM, Tom Tromey wrote: > Doug> Then I propose checking it in now, and any cleanups can be handled > Doug> afterwards. > > It's fine with me, please go ahead. Done. Thanks all.