From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27557 invoked by alias); 13 Apr 2007 11:21:34 -0000 Received: (qmail 27482 invoked by uid 22791); 13 Apr 2007 11:21:32 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 13 Apr 2007 12:21:28 +0100 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id 8D5094B267; Fri, 13 Apr 2007 06:21:26 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id 5F0C64B262; Fri, 13 Apr 2007 06:21:26 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HcJqH-0000PY-Ng; Fri, 13 Apr 2007 07:21:25 -0400 Date: Fri, 13 Apr 2007 11:21:00 -0000 From: Daniel Jacobowitz To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [rfa] Delete remaining obsolete files Message-ID: <20070413112124.GA1565@caradoc.them.org> Mail-Followup-To: Eli Zaretskii , gdb-patches@sourceware.org References: <20070410202607.GA1046@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.15 (2007-04-09) 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/msg00190.txt.bz2 On Fri, Apr 13, 2007 at 12:45:21PM +0300, Eli Zaretskii wrote: > > -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? The "remote" command, and "set remotedevice", are part of remote-utils.c. They sound nicely general, but actually they aren't; they only work with remote targets that use the gr_* and sr_* routines from remote-utils. Of which there are zero. I'm not sure when the last one was removed. Thanks for the review. -- Daniel Jacobowitz CodeSourcery