diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-21 05:30:47 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-21 05:30:47 +0000 |
commit | 68dc3cd9fc8db48a54d0040864e3373c1384199b (patch) | |
tree | 0ae8489e6fb3703dfe7e6c51ec346c8e6c4cfb05 /gdb/remote-utils.c | |
parent | 577e6a8dc55e1bbdb0132a1cefa497deca9dd3ed (diff) | |
download | gdb-68dc3cd9fc8db48a54d0040864e3373c1384199b.zip gdb-68dc3cd9fc8db48a54d0040864e3373c1384199b.tar.gz gdb-68dc3cd9fc8db48a54d0040864e3373c1384199b.tar.bz2 |
* Move "set remotebaud" from remote-utils.c to main.c to it applies
to remote.c as well.
Diffstat (limited to 'gdb/remote-utils.c')
-rw-r--r-- | gdb/remote-utils.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/remote-utils.c b/gdb/remote-utils.c index f4f25e4..47365eb 100644 --- a/gdb/remote-utils.c +++ b/gdb/remote-utils.c @@ -623,14 +623,6 @@ gr_store_word (addr, word) void _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... */ add_show_from_set (add_set_cmd ("remotedevice", no_class, var_filename, (char *)&sr_settings.device, |