From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3539 invoked by alias); 25 Mar 2007 20:25:21 -0000 Received: (qmail 3512 invoked by uid 22791); 25 Mar 2007 20:25:21 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (213.8.233.22) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 25 Mar 2007 21:25:19 +0100 Received: from HOME-C4E4A596F7 (IGLD-84-228-4-199.inter.net.il [84.228.4.199]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id GJJ76274 (AUTH halo1); Sun, 25 Mar 2007 22:25:14 +0200 (IST) Date: Sun, 25 Mar 2007 20:25:00 -0000 Message-Id: From: Eli Zaretskii To: Vladimir Prus CC: gdb-patches@sources.redhat.com In-reply-to: <200703251735.13369.vladimir@codesourcery.com> (message from Vladimir Prus on Sun, 25 Mar 2007 16:35:13 +0300) Subject: Re: "target remote | " stderr -- try2 Reply-to: Eli Zaretskii References: <200703251735.13369.vladimir@codesourcery.com> 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-03/txt/msg00226.txt.bz2 > 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?