This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch] [gdbserver] Fix multi-GB error log files [doc review]
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- Cc: pedro at codesourcery dot com, gdb-patches at sourceware dot org, dan at codesourcery dot com
- Date: Sun, 17 Apr 2011 19:31:11 +0300
- Subject: Re: [patch] [gdbserver] Fix multi-GB error log files [doc review]
- References: <20110306115536.GA31532@host1.jankratochvil.net> <201103151941.16708.pedro@codesourcery.com> <20110316093228.GA27281@host1.jankratochvil.net> <201103161013.41848.pedro@codesourcery.com> <20110417140428.GA2085@host1.jankratochvil.net>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> Date: Sun, 17 Apr 2011 16:04:28 +0200
> From: Jan Kratochvil <jan.kratochvil@redhat.com>
> Cc: gdb-patches@sourceware.org, Daniel Jacobowitz <dan@codesourcery.com>,
> Eli Zaretskii <eliz@gnu.org>
>
> I will check it in after the new gdb/doc/ part approval.
Thanks.
> +The @option{--once} will terminate @code{gdbserver} after the first connection
> +with remote @value{GDBN} has closed. By default @code{gdbserver} keeps the
> +listening TCP port open so that is is always available in the case a reconnect
> +is needed. Using the @option{--once} will close the port upon the first
> +connection of @value{GDBN} and such @code{gdbserver} then does not support
> +reconnect from new @value{GDBN}.
"will close the port upon the first connection" sounds wrong to me;
did you mean "disconnection" perhaps?
Also, this text should have an index entry for this new option.
Finally, do we want to mention this in NEWS?