diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-27 20:35:25 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-27 20:35:25 +0000 |
commit | b10f4dd9774e176113d5e7f6ab9746580a0eab30 (patch) | |
tree | 6d03d6ddfa4c078585185179dae9f5d1b1ee30c6 /gdb/remote-nindy.c | |
parent | bc28a06cc11e2be1d9bd4f4233b3fbbe5ff30654 (diff) | |
download | gdb-b10f4dd9774e176113d5e7f6ab9746580a0eab30.zip gdb-b10f4dd9774e176113d5e7f6ab9746580a0eab30.tar.gz gdb-b10f4dd9774e176113d5e7f6ab9746580a0eab30.tar.bz2 |
* remote-udi.c: Remove LOG_FILE stuff; superceded by "set remotedebug".
* remote-mon.c: Remove commented out "set remotedebug" command.
* remote-nindy.c: Clean up comment about wanting alternative to
options specified on the GDB command line.
Diffstat (limited to 'gdb/remote-nindy.c')
-rw-r--r-- | gdb/remote-nindy.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/remote-nindy.c b/gdb/remote-nindy.c index d6551fc..72dcfdd 100644 --- a/gdb/remote-nindy.c +++ b/gdb/remote-nindy.c @@ -174,9 +174,9 @@ nindy_close (quitting) } /* Open a connection to a remote debugger. - FIXME, there should be a way to specify the various options that are - now specified with gdb command-line options. (baud_rate, old_protocol, - and initial_brk) */ + FIXME, there should be "set" commands for the options that are + now specified with gdb command-line options (old_protocol, + and initial_brk). */ void nindy_open (name, from_tty) char *name; /* "/dev/ttyXX", "ttyXX", or "XX": tty to be opened */ @@ -188,7 +188,7 @@ nindy_open (name, from_tty) error_no_arg ("serial port device name"); target_preopen (from_tty); - + nindy_close (0); have_regs = regs_changed = 0; |