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-mon.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-mon.c')
-rw-r--r-- | gdb/remote-mon.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/remote-mon.c b/gdb/remote-mon.c index 56a90a7..be6034a 100644 --- a/gdb/remote-mon.c +++ b/gdb/remote-mon.c @@ -1177,14 +1177,6 @@ Specify the serial device it is connected to (e.g. /dev/ttya).", void _initialize_remote_monitors () { -/*** add_show_from_set ( - add_set_cmd ("remotedebug", no_class, var_boolean, - (char *)&kiodebug, - "Set debugging of I/O to a serial based Monitor.\n\ -When enabled, debugging info is displayed.", - &setlist), - &showlist); -***/ add_show_from_set ( add_set_cmd ("hash", no_class, var_boolean, (char *)&hashmark, |