diff options
author | Tom Tromey <tromey@redhat.com> | 2009-07-07 21:33:50 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2009-07-07 21:33:50 +0000 |
commit | 30b66ecc739234c58f8f1aca25a8c068b09f9cc8 (patch) | |
tree | 070269a7bacad563ef335cdac2c05c8ab3cca332 /gdb/ChangeLog | |
parent | 7ec721f405a1b9bb6598e80f5919ba7a27e997f6 (diff) | |
download | gdb-30b66ecc739234c58f8f1aca25a8c068b09f9cc8.zip gdb-30b66ecc739234c58f8f1aca25a8c068b09f9cc8.tar.gz gdb-30b66ecc739234c58f8f1aca25a8c068b09f9cc8.tar.bz2 |
gdb
* c-lang.c (convert_octal): Only allow 3 octal digits.
(print_wchar): Prefer 3-digit octal form. Fall back to hex if
needed.
* c-exp.y (c_parse_escape): Only allow 3 octal digits.
gdb/testsuite
* gdb.base/call-rt-st.exp: Update for change to escape output.
* gdb.base/callfuncs.exp: Likewise.
* gdb.base/charset.exp: Likewise.
* gdb.base/constvars.exp: Likewise.
* gdb.base/long_long.exp: Likewise.
* gdb.base/pointers.exp: Likewise.
* gdb.base/printcmds.exp: Likewise.
* gdb.base/setvar.exp: Likewise.
* gdb.base/store.exp: Likewise.
* gdb.cp/ref-types.exp: Likewise.
* gdb.mi/mi-var-child.exp: Likewise.
* gdb.mi/mi-var-display.exp: Likewise.
* gdb.mi/mi2-var-display.exp: Likewise.
* gdb.base/charset.exp: Test octal escape sequence length.
Update for change to escape output.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e54fd13..7634ce2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2009-07-07 Tom Tromey <tromey@redhat.com> + + * c-lang.c (convert_octal): Only allow 3 octal digits. + (print_wchar): Prefer 3-digit octal form. Fall back to hex if + needed. + * c-exp.y (c_parse_escape): Only allow 3 octal digits. + 2009-07-07 Paul Pluzhnikov <ppluzhnikov@google.com> * python/python-value.c (valpy_getitem): Remove incorrect assert. |