mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-15 20:05:46 +08:00
* Move "set remotebaud" from remote-utils.c to main.c to it applies
to remote.c as well.
This commit is contained in:
@ -623,14 +623,6 @@ gr_store_word (addr, word)
|
|||||||
void
|
void
|
||||||
_initialize_sr_support ()
|
_initialize_sr_support ()
|
||||||
{
|
{
|
||||||
/* FIXME-now: if target is open when baud changes... */
|
|
||||||
add_show_from_set (add_set_cmd ("remotebaud", no_class,
|
|
||||||
var_zinteger, (char *)&baud_rate,
|
|
||||||
"Set baud rate for remote serial I/O.\n\
|
|
||||||
This value is used to set the speed of the serial port when debugging\n\
|
|
||||||
using remote targets.", &setlist),
|
|
||||||
&showlist);
|
|
||||||
|
|
||||||
/* FIXME-now: if target is open... */
|
/* FIXME-now: if target is open... */
|
||||||
add_show_from_set (add_set_cmd ("remotedevice", no_class,
|
add_show_from_set (add_set_cmd ("remotedevice", no_class,
|
||||||
var_filename, (char *)&sr_settings.device,
|
var_filename, (char *)&sr_settings.device,
|
||||||
|
Reference in New Issue
Block a user