From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25254 invoked by alias); 1 May 2006 18:18:01 -0000 Received: (qmail 25246 invoked by uid 22791); 1 May 2006 18:18:00 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 01 May 2006 18:17:59 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 9BFD348CEB1 for ; Mon, 1 May 2006 14:17:56 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25835-01-3 for ; Mon, 1 May 2006 14:17:56 -0400 (EDT) Received: from takamaka.act-europe.fr (s142-179-108-108.bc.hsia.telus.net [142.179.108.108]) by nile.gnat.com (Postfix) with ESMTP id 5382248CD9D for ; Mon, 1 May 2006 14:17:56 -0400 (EDT) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id D1D5747E7F; Mon, 1 May 2006 11:17:54 -0700 (PDT) Date: Mon, 01 May 2006 18:18:00 -0000 From: Joel Brobecker To: gdb@sourceware.org Subject: Re: MinGW gdb run in non-DOS terminal Message-ID: <20060501181754.GF936@adacore.com> References: <20060501170512.GD936@adacore.com> <20060501171137.GA7482@nevyn.them.org> <20060501172216.GE936@adacore.com> <20060501173003.GA8220@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060501173003.GA8220@nevyn.them.org> User-Agent: Mutt/1.4i Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00004.txt.bz2 > What's it connected to then? A pipe or a console? I am not very familiar with this part of GPS, but I had a look and it seems to me that they are using pipes. > Just use setvbuf, I presume the Microsoft runtime has that. It does, and in fact, provides a significant improvement in the ordering of the output, and our testsuite didn't detect any complications from this. I just have a prototype right now, but would this be interesting to others? -- Joel