From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14512 invoked by alias); 26 Mar 2007 05:32:14 -0000 Received: (qmail 14504 invoked by uid 22791); 26 Mar 2007 05:32:13 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 26 Mar 2007 06:32:11 +0100 Received: (qmail 15218 invoked from network); 26 Mar 2007 05:31:46 -0000 Received: from unknown (HELO ?172.16.64.38?) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 26 Mar 2007 05:31:46 -0000 From: Vladimir Prus To: Eli Zaretskii Subject: Re: "target remote | " stderr -- try2 Date: Mon, 26 Mar 2007 05:32:00 -0000 User-Agent: KMail/1.9.1 Cc: gdb-patches@sources.redhat.com References: <200703251735.13369.vladimir@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703260931.58939.vladimir@codesourcery.com> 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-03/txt/msg00227.txt.bz2 On Monday 26 March 2007 00:25, Eli Zaretskii wrote: > > From: Vladimir Prus > > Date: Sun, 25 Mar 2007 16:35:13 +0300 > > > > This is a revision of my earlier patch to make > > stderr output from program run with > > > > target remote | some_program > > > > to be routed through gdb_stderr, so that MI > > frontend sees that output. > > Should this be reflected in the manual? I'm not sure. The fact that some_program's stderr is not routed via MI output streams seems like an outright bug to me, so fixing it does not require documentation. - Volodya