From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18168 invoked by alias); 25 Apr 2013 08:19:09 -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 18151 invoked by uid 89); 25 Apr 2013 08:19:08 -0000 X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1 Received: from mail-bk0-f47.google.com (HELO mail-bk0-f47.google.com) (209.85.214.47) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 25 Apr 2013 08:18:34 +0000 Received: by mail-bk0-f47.google.com with SMTP id ji1so1070567bkc.6 for ; Thu, 25 Apr 2013 01:18:32 -0700 (PDT) X-Received: by 10.205.42.194 with SMTP id tz2mr15762969bkb.129.1366877912573; Thu, 25 Apr 2013 01:18:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.205.83.204 with HTTP; Thu, 25 Apr 2013 01:17:52 -0700 (PDT) In-Reply-To: <20130425065140.GM3525@adacore.com> References: <877gjywjdf.fsf@fleche.redhat.com> <87sj2fll7l.fsf@fleche.redhat.com> <20130425065140.GM3525@adacore.com> From: Hui Zhu Date: Thu, 25 Apr 2013 17:25:00 -0000 Message-ID: Subject: Re: [PATCH] Fix bug 15186 Agent style dprintf does not buffer output properly To: Joel Brobecker Cc: Tom Tromey , gdb-patches ml Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-04/txt/msg00776.txt.bz2 On Thu, Apr 25, 2013 at 2:51 PM, Joel Brobecker wrote: >> Checked in to http://www.sourceware.org/ml/gdb-cvs/2013-04/msg00234.html >> Can I commit this patch to 7.6 branch? > > Sure, ok for 7.6. Commit to http://www.sourceware.org/ml/gdb-cvs/2013-04/msg00237.html Thanks, Hui > > -- > Joel