diff options
author | Andrew Cagney <cagney@redhat.com> | 2005-02-21 17:14:03 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2005-02-21 17:14:03 +0000 |
commit | b66df561bb295f7818ba7793ebc22ebb1705e286 (patch) | |
tree | 3485f87123070a1b9e6a4c21f3f390a74792174e /gdb/gnu-nat.c | |
parent | e6daada38b3ea8c8e9db27f71716f50dacf17be9 (diff) | |
download | gdb-b66df561bb295f7818ba7793ebc22ebb1705e286.zip gdb-b66df561bb295f7818ba7793ebc22ebb1705e286.tar.gz gdb-b66df561bb295f7818ba7793ebc22ebb1705e286.tar.bz2 |
2005-02-21 Andrew Cagney <cagney@gnu.org>
* command.h (deprecated_add_set_cmd): Rename add_set_cmd.
* cli/cli-decode.h (add_set_cmd): Delete declaration.
* cli/cli-decode.c (deprecated_add_set_cmd): Rename add_set_cmd.
* i386-nat.c (_initialize_i386_nat): Update call.
* valprint.c (_initialize_valprint): Update comment.
* gnu-nat.c (_initialize_gnu_nat): Update call.
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 |