aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2009-01-23 18:47:46 +0000
committerPedro Alves <palves@redhat.com>2009-01-23 18:47:46 +0000
commit1e8fb9762b0d2c468915815f73d2fadb44543be1 (patch)
treee06f47a274d8a332ed81aec3d10e2653b8b9aa7b /gdb/ChangeLog
parent278df34e1203e781f97b32320094e1831f5f9624 (diff)
downloadgdb-1e8fb9762b0d2c468915815f73d2fadb44543be1.zip
gdb-1e8fb9762b0d2c468915815f73d2fadb44543be1.tar.gz
gdb-1e8fb9762b0d2c468915815f73d2fadb44543be1.tar.bz2
2009-01-23 Pedro Alves <pedro@codesourcery.com>
* cli/cli-decode.c (add_setshow_zuinteger_cmd): New. * cli/cli-setshow.c (do_setshow_command): Handle it. * command.h (enum var_types): Add var_zuinteger. (add_setshow_zuinteger_cmd): Declare. * valprint.c (_initialize_valprint): Change the set input-radix and set output-radix commands to zuinteger type. 2009-01-23 Pedro Alves <pedro@codesourcery.com> * gdb.base/radix.exp: Add tests to ensure that that set input-radix 0 and set output-radix 0 are really rejected.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d6b611e..e85963d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,15 @@
2009-01-23 Pedro Alves <pedro@codesourcery.com>
+ * cli/cli-decode.c (add_setshow_zuinteger_cmd): New.
+ * cli/cli-setshow.c (do_setshow_command): Handle it.
+ * command.h (enum var_types): Add var_zuinteger.
+ (add_setshow_zuinteger_cmd): Declare.
+
+ * valprint.c (_initialize_valprint): Change the set input-radix
+ and set output-radix commands to zuinteger type.
+
+2009-01-23 Pedro Alves <pedro@codesourcery.com>
+
PR gdb/9664:
* infrun.c (normal_stop): Tag threads as stopped, and run the
hook-stop before printing the stack frame.