From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 88623 invoked by alias); 27 Feb 2015 14:13:47 -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 88612 invoked by uid 89); 27 Feb 2015 14:13:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_FROM_URIBL_PCCC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-pa0-f42.google.com Received: from mail-pa0-f42.google.com (HELO mail-pa0-f42.google.com) (209.85.220.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 27 Feb 2015 14:13:45 +0000 Received: by pablj1 with SMTP id lj1so6964010pab.13 for ; Fri, 27 Feb 2015 06:13:44 -0800 (PST) X-Received: by 10.68.65.42 with SMTP id u10mr23946906pbs.81.1425046423960; Fri, 27 Feb 2015 06:13:43 -0800 (PST) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by mx.google.com with ESMTPSA id pp9sm4110723pbb.65.2015.02.27.06.13.41 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 27 Feb 2015 06:13:43 -0800 (PST) From: Yao Qi To: Pedro Alves Cc: Yao Qi , gdb-patches@sourceware.org Subject: Re: [pushed] Add "../lib/unbuffer_output.c" and use it in gdb.base/interrupt.c (Re: [PATCH 5/6] testsuite: Introduce $inferior_spawn_id) References: <1424699660-11727-1-git-send-email-palves@redhat.com> <1424699660-11727-6-git-send-email-palves@redhat.com> <867fv7xodw.fsf@gmail.com> <54F04A2B.5@redhat.com> <54F04E16.2070704@redhat.com> <54F05F2C.5020007@gmail.com> <54F07829.9030009@redhat.com> Date: Fri, 27 Feb 2015 14:13:00 -0000 In-Reply-To: <54F07829.9030009@redhat.com> (Pedro Alves's message of "Fri, 27 Feb 2015 13:59:05 +0000") Message-ID: <867fv3h27h.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg00820.txt.bz2 Pedro Alves writes: > Do you want to comment on the rest of the series, or shall I push it? I've gone through the whole series, and only comment/question is about this non-tty-buffered-output problem. These patches look good to me, but let us see if other people have comments on them in a couple of days. --=20 Yao (=E9=BD=90=E5=B0=A7)