From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10433 invoked by alias); 12 Apr 2007 15:51:13 -0000 Received: (qmail 10423 invoked by uid 22791); 12 Apr 2007 15:51:12 -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; Thu, 12 Apr 2007 16:51:07 +0100 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id E7D9048CC63 for ; Thu, 12 Apr 2007 11:51:05 -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 26181-01-5 for ; Thu, 12 Apr 2007 11:51:05 -0400 (EDT) Received: from joel.gnat.com (dhcp-guest.act-europe.fr [212.157.227.127]) by nile.gnat.com (Postfix) with ESMTP id 9E67648CE9E for ; Thu, 12 Apr 2007 11:51:05 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 61A3DE7B4C; Thu, 12 Apr 2007 17:52:53 +0200 (CEST) Date: Thu, 12 Apr 2007 15:51:00 -0000 From: Joel Brobecker To: gdb@sourceware.org Subject: Re: [mingw32] stdin redirection Message-ID: <20070412155253.GH3886@adacore.com> References: <20070411134219.GA33609@adacore.com> <20070411144451.GA21140@caradoc.them.org> <20070411145104.GE58502@adacore.com> <20070411151234.GA22185@caradoc.them.org> <20070412145818.GG3886@adacore.com> <20070412151221.GA856@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070412151221.GA856@caradoc.them.org> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-04/txt/msg00073.txt.bz2 Daniel, thanks for your help, by the way. I was in the process of writing a point-by-point reply to your message, but something occured to me. Is it normal that we're using the "terminal" serial_ops object? I wonder whether you might be thinking that we're using the "pipe" one, whereas I suspect the latter is only used when using "target remote |". I'm rebuilding GDB as we speak, to confirm that we did run the test where fd_is_pipe would normally return 0 (basically, the case when we're inside a cygwin "terminal"). More info soon. -- Joel