summaryrefslogtreecommitdiff
path: root/gdb/aix-thread.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2006-02-10 19:47:45 +0000
committerJoel Brobecker <brobecker@gnat.com>2006-02-10 19:47:45 +0000
commit77578f77d93e062269397181290130d59318e1b9 (patch)
treee2348bf0779ad3d4d5df3bf6a5c35caf10ddd409 /gdb/aix-thread.c
parent7d18d6cf7c90a7ec88e5399a7bc294d32e0dadfc (diff)
downloadgdb-77578f77d93e062269397181290130d59318e1b9.tar.gz
* aix-thread.c (_initialize_aix_thread): Use add_setshow_boolean_cmd
instead of add_setshow_zinteger_cmd to defined the aix-thread boolean setting.
Diffstat (limited to 'gdb/aix-thread.c')
-rw-r--r--gdb/aix-thread.c2
1 files changed, 1 insertions, 1 deletions
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)."),