From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32315 invoked by alias); 28 Aug 2011 10:12:17 -0000 Received: (qmail 32307 invoked by uid 22791); 28 Aug 2011 10:12:16 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 28 Aug 2011 10:11:59 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1QxcLM-00006e-79; Sun, 28 Aug 2011 06:11:56 -0400 Date: Sun, 28 Aug 2011 10:12:00 -0000 Message-Id: From: Eli Zaretskii To: abhijit.k.halder@gmail.com CC: gdb-patches@sourceware.org, sergiodj@redhat.com, jan.kratochvil@redhat.com, tromey@redhat.com, pedro@codesourcery.com In-reply-to: (message from Eli Zaretskii on Sun, 28 Aug 2011 05:50:49 -0400) Subject: Re: [PATCH][TEST-CASE][DOC] Implementation of pipe to pass GDB's command output to the shell. Reply-to: Eli Zaretskii References: <83pqjsfjsy.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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: 2011-08/txt/msg00547.txt.bz2 > Date: Sun, 28 Aug 2011 05:50:49 -0400 > From: Eli Zaretskii > CC: gdb-patches@sourceware.org, sergiodj@redhat.com, jan.kratochvil@redhat.com, tromey@redhat.com, pedro@codesourcery.com > Reply-to: Eli Zaretskii > > > Date: Sun, 28 Aug 2011 14:21:43 +0530 > > From: Abhijit Halder > > Cc: gdb-patches@sourceware.org, sergiodj@redhat.com, jan.kratochvil@redhat.com, > > tromey@redhat.com, pedro@codesourcery.com > > > > >> +@node Output Redirection > > >> +@chapter Redirecting @value{GDBN}'s Command Output to the Shell > > > > > > I'd rather not make this a new chapter.  I think a subsection of the > > > Input/Output node is a much better place. > > > > > Actually I could not find such section. Can someone please direct me > > to the appropriate section? > > Search for this: > > @node Input/Output > @section Your Program's Input and Output An even better place is this: @node Shell Commands @section Shell Commands Sorry that I didn't think about this before.