From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29477 invoked by alias); 19 Apr 2013 10:59:06 -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 29467 invoked by uid 89); 19 Apr 2013 10:59:05 -0000 X-Spam-SWARE-Status: No, score=-4.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE autolearn=ham version=3.3.1 Received: from mail-oa0-f46.google.com (HELO mail-oa0-f46.google.com) (209.85.219.46) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 19 Apr 2013 10:59:04 +0000 Received: by mail-oa0-f46.google.com with SMTP id k3so1034697oag.19 for ; Fri, 19 Apr 2013 03:59:03 -0700 (PDT) X-Received: by 10.60.35.2 with SMTP id d2mr3087087oej.68.1366369143043; Fri, 19 Apr 2013 03:59:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.13.133 with HTTP; Fri, 19 Apr 2013 03:58:22 -0700 (PDT) From: Hui Zhu Date: Fri, 19 Apr 2013 14:32:00 -0000 Message-ID: Subject: [PATCH] Fix bug 15186 Agent style dprintf does not buffer output properly To: gdb-patches ml Content-Type: multipart/mixed; boundary=089e0122a12467402504dab49ba0 X-Virus-Found: No X-SW-Source: 2013-04/txt/msg00579.txt.bz2 --089e0122a12467402504dab49ba0 Content-Type: text/plain; charset=ISO-8859-1 Content-length: 273 Hi, This patch fix http://sourceware.org/bugzilla/show_bug.cgi?id=15186 Add a fflash to make the output of dprintf can be shown at once. Please help me review it. Thanks, Hui 2013-04-19 Hui Zhu PR gdb/15186 * ax.c (ax_printf): Add fflush. --089e0122a12467402504dab49ba0 Content-Type: text/plain; charset=US-ASCII; name="dprintf-agent-fflash.txt" Content-Disposition: attachment; filename="dprintf-agent-fflash.txt" Content-Transfer-Encoding: base64 X-Attachment-Id: f_hfp8vert0 Content-length: 338 LS0tIGEvZ2RiL2dkYnNlcnZlci9heC5jCisrKyBiL2dkYi9nZGJzZXJ2ZXIv YXguYwpAQCAtOTA1LDYgKzkwNSw3IEBAIGF4X3ByaW50ZiAoQ09SRV9BRERS IGZuLCBDT1JFX0FERFIgY2hhbiwKICAgICB9CiAKICAgZnJlZV9mb3JtYXRf cGllY2VzIChmcGllY2VzKTsKKyAgZmZsdXNoIChzdGRvdXQpOwogfQogCiAv KiBUaGUgYWdlbnQgZXhwcmVzc2lvbiBldmFsdWF0b3IsIGFzIHNwZWNpZmll ZCBieSB0aGUgR0RCIGRvY3MuIEl0Cg== --089e0122a12467402504dab49ba0--