From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13245 invoked by alias); 31 Jan 2007 14:41:08 -0000 Received: (qmail 13237 invoked by uid 22791); 31 Jan 2007 14:41:07 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 31 Jan 2007 14:41:03 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1HCGdx-0006Gs-Pf for gdb-patches@sourceware.org; Wed, 31 Jan 2007 09:41:01 -0500 Date: Wed, 31 Jan 2007 14:41:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: Re: "target remote | " stderr Message-ID: <20070131144101.GA23780@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org References: <200701261653.53834.vladimir@codesourcery.com> <20070126140028.GA29456@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes 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 X-SW-Source: 2007-01/txt/msg00607.txt.bz2 On Wed, Jan 31, 2007 at 05:34:21PM +0300, Vladimir Prus wrote: > Implementing for MinGW required modifying libiberty so that > it can catch stderr to a pipe. Here's a patch for gdb that > relies on the libiberty patch. Does this sound OK > provided libiberty patch is approved? Do we automatically get a non-blocking pipe on mingw, or do we have to set it ourselves? Other than that, it looks fine. -- Daniel Jacobowitz CodeSourcery