This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [rfa] Delete remaining obsolete files


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]