diff options
author | Joel Brobecker <brobecker@gnat.com> | 2006-02-10 19:47:45 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2006-02-10 19:47:45 +0000 |
commit | 577b70472619cc7e34c521607193a9a4e040221a (patch) | |
tree | 796f278949c6c20455ef583b91ae512694a1de1a /gdb/ChangeLog | |
parent | d55ce4e249ace32927f3c7340bbb9e31257cf1c6 (diff) | |
download | gdb-577b70472619cc7e34c521607193a9a4e040221a.zip gdb-577b70472619cc7e34c521607193a9a4e040221a.tar.gz gdb-577b70472619cc7e34c521607193a9a4e040221a.tar.bz2 |
* 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/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f6c8584..8afb011 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2006-02-10 Joel Brobecker <brobecker@adacore.com> + + * 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 <nickrob@snap.net.nz> * mi/gdb-mi.el: Update to reflect changes in Emacs 22.0.50. |