diff options
author | Daniel Berlin <dberlin@dberlin.org> | 2000-03-28 02:25:14 +0000 |
---|---|---|
committer | Daniel Berlin <dberlin@dberlin.org> | 2000-03-28 02:25:14 +0000 |
commit | 5d161b24198e362be0f768e76e6f76bd110d8acb (patch) | |
tree | 7a7095d7ec3ec96b13ce4a232db0a0d2fa8121e5 /gdb/monitor.c | |
parent | 107b56f053504c0864319ccb6c0f3fef03186fe6 (diff) | |
download | gdb-5d161b24198e362be0f768e76e6f76bd110d8acb.zip gdb-5d161b24198e362be0f768e76e6f76bd110d8acb.tar.gz gdb-5d161b24198e362be0f768e76e6f76bd110d8acb.tar.bz2 |
The set debug changes
Diffstat (limited to 'gdb/monitor.c')
-rw-r--r-- | gdb/monitor.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/gdb/monitor.c b/gdb/monitor.c index e57c010..caf6150 100644 --- a/gdb/monitor.c +++ b/gdb/monitor.c @@ -2410,15 +2410,11 @@ When enabled, a hashmark \'#\' is displayed.", &setlist), &showlist); -#if 0 - /* FIXME: cagney/1999-10-07: Wait until there is a generic ``set - debug ...'' rather than another ``set ...debug'' command. */ add_show_from_set - (add_set_cmd ("monitordebug", no_class, var_zinteger, + (add_set_cmd ("monitor", no_class, var_zinteger, (char *) &monitor_debug_p, "Set debugging of remote monitor communication.\n\ When enabled, communication between GDB and the remote monitor\n\ -is displayed.", &setlist), - &showlist); -#endif +is displayed.", &setdebuglist), + &showdebuglist); } |