This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][TEST-CASE][DOC] Implementation of pipe to pass GDB's command output to the shell.


> Date: Sun, 28 Aug 2011 05:50:49 -0400
> From: Eli Zaretskii <eliz@gnu.org>
> CC: gdb-patches@sourceware.org, sergiodj@redhat.com,	jan.kratochvil@redhat.com, tromey@redhat.com,	pedro@codesourcery.com
> Reply-to: Eli Zaretskii <eliz@gnu.org>
> 
> > Date: Sun, 28 Aug 2011 14:21:43 +0530
> > From: Abhijit Halder <abhijit.k.halder@gmail.com>
> > 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]