From 577b70472619cc7e34c521607193a9a4e040221a Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 10 Feb 2006 19:47:45 +0000 Subject: [PATCH] * aix-thread.c (_initialize_aix_thread): Use add_setshow_boolean_cmd instead of add_setshow_zinteger_cmd to defined the aix-thread boolean setting. --- gdb/ChangeLog | 6 ++++++ gdb/aix-thread.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f6c8584a872..8afb0115748 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2006-02-10 Joel Brobecker + + * aix-thread.c (_initialize_aix_thread): Use add_setshow_boolean_cmd + instead of add_setshow_zinteger_cmd to defined the aix-thread + boolean setting. + 2006-02-10 Nick Roberts * mi/gdb-mi.el: Update to reflect changes in Emacs 22.0.50. diff --git a/gdb/aix-thread.c b/gdb/aix-thread.c index 5aeb02c32ee..fc3019109cf 100644 --- a/gdb/aix-thread.c +++ b/gdb/aix-thread.c @@ -1777,7 +1777,7 @@ _initialize_aix_thread (void) target_new_objfile_chain = deprecated_target_new_objfile_hook; deprecated_target_new_objfile_hook = new_objfile; - add_setshow_zinteger_cmd ("aix-thread", no_class, (char *) &debug_aix_thread, + add_setshow_boolean_cmd ("aix-thread", class_maintenance, &debug_aix_thread, _("Set debugging of AIX thread module."), _("Show debugging of AIX thread module."), _("Enables debugging output (used to debug GDB)."), -- 2.30.2