From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10918 invoked by alias); 24 Apr 2011 08:04:23 -0000 Received: (qmail 10909 invoked by uid 22791); 24 Apr 2011 08:04:21 -0000 X-SWARE-Spam-Status: No, hits=-6.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 24 Apr 2011 08:04:02 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p3O83qdG026296 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 24 Apr 2011 04:03:53 -0400 Received: from host1.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p3O83n9Y002403 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 24 Apr 2011 04:03:51 -0400 Received: from host1.jankratochvil.net (localhost [127.0.0.1]) by host1.jankratochvil.net (8.14.4/8.14.4) with ESMTP id p3O83njj028108; Sun, 24 Apr 2011 10:03:49 +0200 Received: (from jkratoch@localhost) by host1.jankratochvil.net (8.14.4/8.14.4/Submit) id p3O83mB6028102; Sun, 24 Apr 2011 10:03:48 +0200 Date: Sun, 24 Apr 2011 08:04:00 -0000 From: Jan Kratochvil To: Eli Zaretskii Cc: pedro@codesourcery.com, gdb-patches@sourceware.org, dan@codesourcery.com Subject: [commit] [gdbserver] Fix multi-GB error log files [doc review] Message-ID: <20110424080348.GA27945@host1.jankratochvil.net> References: <20110316093228.GA27281@host1.jankratochvil.net> <201103161013.41848.pedro@codesourcery.com> <20110417140428.GA2085@host1.jankratochvil.net> <83y638on5c.fsf@gnu.org> <20110422214145.GA11969@host1.jankratochvil.net> <83vcy5biid.fsf@gnu.org> <20110423080023.GA19201@host1.jankratochvil.net> <83oc3xb4xf.fsf@gnu.org> <20110424070842.GA24869@host1.jankratochvil.net> <8362q4azgf.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8362q4azgf.fsf@gnu.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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/msg00428.txt.bz2 On Sun, 24 Apr 2011 09:19:28 +0200, Eli Zaretskii wrote: > The documentation parts are fine with me. Thanks. Checked in. http://sourceware.org/ml/gdb-cvs/2011-04/msg00148.html Thanks, Jan Changed ChangeLogs only: --- src/gdb/ChangeLog 2011/04/22 02:45:20 1.12946 +++ src/gdb/ChangeLog 2011/04/24 08:02:15 1.12947 @@ -1,3 +1,8 @@ +2011-04-24 Jan Kratochvil + Eli Zaretskii + + * NEWS: Document the new gdbserver --once option. + 2011-04-21 Jie Zhang * MAINTAINERS: Update my email address. --- src/gdb/doc/ChangeLog 2011/04/23 05:47:43 1.1176 +++ src/gdb/doc/ChangeLog 2011/04/24 08:02:18 1.1177 @@ -1,3 +1,12 @@ +2011-04-24 Jan Kratochvil + Eli Zaretskii + + * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor + for disconnected tracing. + (Multi-Process Mode for @code{gdbserver}): Mention --multi and + extended-remote relationship. Mention --once. + (TCP port allocation lifecycle of @code{gdbserver}): New. + 2011-04-23 Eli Zaretskii * gdb.texinfo (Server): Improve indexing. Index all optional --- src/gdb/gdbserver/ChangeLog 2011/04/19 18:04:09 1.473 +++ src/gdb/gdbserver/ChangeLog 2011/04/24 08:02:20 1.474 @@ -1,3 +1,16 @@ +2011-04-24 Jan Kratochvil + + * remote-utils.c (handle_accept_event): Close LISTEN_DESC only if + RUN_ONCE. Comment for the LISTEN_DESC delete_file_handler call. + (remote_prepare): New function with most of the TCP code from ... + (remote_open): ... here. Detect PORT here unconditionally. Move also + setting transport_is_reliable. + * server.c (run_once): New variable. + (gdbserver_usage): Document it. + (main): Set run_once for `--once'. Call remote_prepare. Exit after + the first run if RUN_ONCE. + * server.h (run_once, remote_prepare): New declarations. + 2011-04-19 Tom Tromey * win32-low.c (handle_load_dll): Remove duplicate "the". --- src/gdb/testsuite/ChangeLog 2011/04/20 19:42:51 1.2675 +++ src/gdb/testsuite/ChangeLog 2011/04/24 08:02:20 1.2676 @@ -1,3 +1,11 @@ +2011-04-24 Jan Kratochvil + + * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p. + * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p. + * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if + !gdbserver_reconnect_p.. + (gdbserver_reconnect): Call error if !gdbserver_reconnect_p.. + 2011-04-20 Jan Kratochvil * gdb.cp/cpcompletion.exp (complete class methods)