diff options
Diffstat (limited to 'gdb/gnu-nat.c')
-rw-r--r-- | gdb/gnu-nat.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c index a20fd70..4304553 100644 --- a/gdb/gnu-nat.c +++ b/gdb/gnu-nat.c @@ -3371,9 +3371,10 @@ _initialize_gnu_nat (void) add_task_commands (); add_thread_commands (); - add_set_cmd ("gnu-debug", class_maintenance, - var_boolean, (char *) &gnu_debug_flag, - "Set debugging output for the gnu backend.", &maintenancelist); + deprecated_add_set_cmd ("gnu-debug", class_maintenance, + var_boolean, (char *) &gnu_debug_flag, + "Set debugging output for the gnu backend.", + &maintenancelist); } #ifdef FLUSH_INFERIOR_CACHE |