diff options
author | Pedro Alves <palves@redhat.com> | 2008-12-29 02:18:48 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-12-29 02:18:48 +0000 |
commit | 09e6485fa9d137478b21711ab590b98c9135ed96 (patch) | |
tree | bea132c51eea18fb4b38b281593385d2f4b9550c /gdb/testsuite/ChangeLog | |
parent | b828adc616ce19f60b552742361ebb5da3a6c220 (diff) | |
download | gdb-09e6485fa9d137478b21711ab590b98c9135ed96.zip gdb-09e6485fa9d137478b21711ab590b98c9135ed96.tar.gz gdb-09e6485fa9d137478b21711ab590b98c9135ed96.tar.bz2 |
2008-12-29 Pedro Alves <pedro@codesourcery.com>
PR gdb/7536:
* valprint.c (input_radix_1): New static global.
(set_input_radix): Use it instead of "input_radix".
(set_input_radix_1): Always leave input_radix_1 set to
input_radix.
(output_radix_1): New static global.
(set_output_radix): Use it instead of "output_radix".
(set_output_radix_1): Always leave output_radix_1 set to
output_radix.
(_initialize_valprint): Use "input_radix_1" instead of
"input_radix" with the "input-radix" command. Use
"output_radix_1" instead of "output_radix" with the "output-radix"
command.
2008-12-29 Pedro Alves <pedro@codesourcery.com>
PR gdb/7536:
* gdb.base/radix.exp: Add tests to ensure invalid input radices
and unsupported output radices are really rejected.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ce1de05..6238652 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2008-12-29 Pedro Alves <pedro@codesourcery.com> + + PR gdb/7536: + * gdb.base/radix.exp: Add tests to ensure invalid input radices + and unsupported output radices are really rejected. + 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com> * gdb.cp/punctuator.exp: Backslash the '$' signs. |