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 3/4] GDBServer: introduce --server-stderr command line option


> Date: Mon, 23 Mar 2015 17:34:46 -0300
> From: Cleber Rosa <crosa@redhat.com>
> CC: gdb-patches@sourceware.org, areis@redhat.com
> 
> > Also, what happened to the @item?
> 
> @item --server-output=file
> Instruct @code{gdbserver} to redirect its own output to @var{file}.
> 
> Which renders as:
> 
>         --server-output=file
>             Instruct "gdbserver" to redirect its own output to file.
> 
> Too simplistic or is that OK?

OK.

> >> @smallexample
> >> $ gdbserver --server-output=server.log :2222 testprog >test.out 2>test.err
> >> @end smallexample
> > This line is too long; either try to make it shorter, e.g., by using
> > shorter file/program names, or break it into 2 lines.
> 
> OK, how about (repeated from earlier):
> 
> @smallexample
> $ gdbserver --server-output=log :2222 bin >bin.out 2>bin.err
> @end smallexample

That's fine.

Thanks.


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