From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16359 invoked by alias); 17 Apr 2011 16:31:28 -0000 Received: (qmail 16351 invoked by uid 22791); 17 Apr 2011 16:31:28 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 17 Apr 2011 16:31:13 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0LJT002001RCXU00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Sun, 17 Apr 2011 19:31:12 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.124.96.168]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LJT002A41VYUC80@a-mtaout21.012.net.il>; Sun, 17 Apr 2011 19:31:12 +0300 (IDT) Date: Sun, 17 Apr 2011 16:31:00 -0000 From: Eli Zaretskii Subject: Re: [patch] [gdbserver] Fix multi-GB error log files [doc review] In-reply-to: <20110417140428.GA2085@host1.jankratochvil.net> To: Jan Kratochvil Cc: pedro@codesourcery.com, gdb-patches@sourceware.org, dan@codesourcery.com Reply-to: Eli Zaretskii Message-id: <83y638on5c.fsf@gnu.org> 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> 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-04/txt/msg00264.txt.bz2 > Date: Sun, 17 Apr 2011 16:04:28 +0200 > From: Jan Kratochvil > Cc: gdb-patches@sourceware.org, Daniel Jacobowitz , > Eli Zaretskii > > 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?