From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20187 invoked by alias); 2 May 2006 17:29:30 -0000 Received: (qmail 20179 invoked by uid 22791); 2 May 2006 17:29:29 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 02 May 2006 17:29:22 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1Fayga-0002uz-AE for gdb-patches@sourceware.org; Tue, 02 May 2006 13:29:20 -0400 Date: Tue, 02 May 2006 17:29:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: RFA: Undocument set remotedebug Message-ID: <20060502172920.GA5593@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00010.txt.bz2 This patch: date: 2005/02/09 21:56:12; author: cagney; state: Exp; lines: +0 -9 2005-02-09 Andrew Cagney * NEWS: Mention removed commands. * m68hc11-tdep.c (show_regs): Delete, unused. (_initialize_m68hc11_tdep): Delete deprecated "regs" command. * gdb-events.sh: Delete deprecated "set eventdebug" and "show eventdebug" commands. * gdb-events.c: Regenerate. * gdbarch.sh: Delete deprecated "set archdebug" and "show archdebug" commands. * gdbarch.c: Regenerate. * cli/cli-cmds.c (init_cli_cmds): Delete deprecated "set remotedebug" and "show remotedebug". * arm-tdep.c (_initialize_arm_tdep): Delete deprecated "set arm disassembly-flavor", "show arm disassembly-flavor", and "othernames" commands. (arm_othernames): Delete unused function. removed "set remotedebug". But a coworker discovered that it was still documented in the manual. The others all seem to have been removed (or else were undocumented). Eli, I preserved the index entries, since they all seemed reasonable. But now "set debug remote" has five, which seems like a bit much. What do you think? -- Daniel Jacobowitz CodeSourcery 2006-05-02 Daniel Jacobowitz * gdb.texinfo (Remote Configuration): Remove "set remotedebug" and "show remotedebug". (Debugging Output): Add additional index entries. Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.325 diff -u -p -r1.325 gdb.texinfo --- gdb.texinfo 27 Apr 2006 23:03:42 -0000 1.325 +++ gdb.texinfo 2 May 2006 17:27:26 -0000 @@ -12452,17 +12452,6 @@ expect to see @samp{Ctrl-C} as the inter Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to interrupt the remote program. -@item set remotedebug -@cindex debug remote protocol -@cindex remote protocol debugging -@cindex display remote packets -Control the debugging of the remote protocol. When enabled, each -packet sent to or received from the remote target is displayed. The -defaults is off. - -@item show remotedebug -Show the current setting of the remote protocol debugging. - @item set remotedevice @var{device} @cindex serial port name Set the name of the serial port through which to communicate to the @@ -15947,6 +15936,9 @@ Displays the current state of displaying debugging info. @cindex packets, reporting on stdout @cindex serial connections, debugging +@cindex debug remote protocol +@cindex remote protocol debugging +@cindex display remote packets @item set debug remote Turns on or off display of reports on all packets sent back and forth across the serial line to the remote machine. The info is printed on the