From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26055 invoked by alias); 13 Apr 2007 09:45:31 -0000 Received: (qmail 26041 invoked by uid 22791); 13 Apr 2007 09:45:25 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (213.8.233.22) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 13 Apr 2007 10:45:17 +0100 Received: from HOME-C4E4A596F7 (IGLD-84-228-46-127.inter.net.il [84.228.46.127]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id GMV49319 (AUTH halo1); Fri, 13 Apr 2007 12:45:13 +0300 (IDT) Date: Fri, 13 Apr 2007 09:45:00 -0000 Message-Id: From: Eli Zaretskii To: Daniel Jacobowitz CC: gdb-patches@sourceware.org In-reply-to: <20070410202607.GA1046@caradoc.them.org> (message from Daniel Jacobowitz on Tue, 10 Apr 2007 16:26:07 -0400) Subject: Re: [rfa] Delete remaining obsolete files Reply-to: Eli Zaretskii References: <20070410202607.GA1046@caradoc.them.org> 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: 2007-04/txt/msg00188.txt.bz2 > Date: Tue, 10 Apr 2007 16:26:07 -0400 > From: Daniel Jacobowitz > > Of special interest is the shuffling of the Remote and Remote > Debugging sections in the manual. I discovered that some places > referred to a small summary of remote debugging in the Targets > chapter, and other places referred to the beefier Remote Debugging > chapter. Conveniently that chapter needed an introduction, so I moved > the introduction from the section to the start of the chapter. The changes in the manual are okay with me, but: > -Once you've connected to the remote target, @value{GDBN} allows you to > -send arbitrary commands to the remote monitor: > - > -@table @code > -@item remote @var{command} > -@kindex remote@r{, a command} > -@cindex send command to remote monitor > -Send an arbitrary @var{command} string to the remote monitor. > -@end table Why was this part removed? > -@item set remotedevice @var{device} > -@cindex serial port name > -Set the name of the serial port through which to communicate to the > -remote target to @var{device}. This is the device used by > -@value{GDBN} to open the serial communications line to the remote > -target. There's no default, so you must set a valid port name for the > -remote serial communications to work. (Some varieties of the > -@code{target} command accept the port name as part of their > -arguments.) > - > -@item show remotedevice > -Show the current name of the serial port. Same here. > Index: NEWS > =================================================================== > RCS file: /cvs/src/src/gdb/NEWS,v > retrieving revision 1.220 > diff -u -p -r1.220 NEWS This is fine, thanks.