From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20850 invoked by alias); 25 Apr 2013 03:10: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 20835 invoked by uid 89); 25 Apr 2013 03:10:25 -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-oa0-f50.google.com (HELO mail-oa0-f50.google.com) (209.85.219.50) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 25 Apr 2013 03:10:24 +0000 Received: by mail-oa0-f50.google.com with SMTP id j6so2469452oag.9 for ; Wed, 24 Apr 2013 20:10:23 -0700 (PDT) X-Received: by 10.60.84.33 with SMTP id v1mr6998367oey.36.1366859423509; Wed, 24 Apr 2013 20:10:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.13.133 with HTTP; Wed, 24 Apr 2013 20:09:43 -0700 (PDT) In-Reply-To: <87sj2fll7l.fsf@fleche.redhat.com> References: <877gjywjdf.fsf@fleche.redhat.com> <87sj2fll7l.fsf@fleche.redhat.com> From: Hui Zhu Date: Thu, 25 Apr 2013 13:53:00 -0000 Message-ID: Subject: Re: [PATCH] Fix bug 15186 Agent style dprintf does not buffer output properly To: Tom Tromey Cc: gdb-patches ml , Joel Brobecker Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-04/txt/msg00770.txt.bz2 On Thu, Apr 25, 2013 at 4:36 AM, Tom Tromey wrote: >>>>>> "Hui" == Hui Zhu writes: > > Hui> I want to do it. > Hui> But I am not sure DejaGnu can test the output of gdbserver. And I > Hui> think this is why "dprintf.exp" doesn't test the print output of > Hui> agent. > Hui> Could you give me a example for it? > > Ok, I think I see. > The patch is ok. Checked in to http://www.sourceware.org/ml/gdb-cvs/2013-04/msg00234.html Can I commit this patch to 7.6 branch? Thanks, Hui > > Tom