diff options
author | Tom Tromey <tromey@redhat.com> | 2010-10-18 19:14:03 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-10-18 19:14:03 +0000 |
commit | 3a772aa44dcb36507c4a4ed13a0d161d808beed9 (patch) | |
tree | 3f62aaa287dce7d374a66fff8c02ff48ab40ff4a /gdb/ChangeLog | |
parent | ca346ede183f75655d287f355ea811f34b600d0c (diff) | |
download | gdb-3a772aa44dcb36507c4a4ed13a0d161d808beed9.zip gdb-3a772aa44dcb36507c4a4ed13a0d161d808beed9.tar.gz gdb-3a772aa44dcb36507c4a4ed13a0d161d808beed9.tar.bz2 |
gdb
* valprint.c (val_print_string): Pass 'encoding' to
LA_PRINT_STRING.
gdb/testsuite
* gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
argument to lazy_string.
* gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
(pp_ls.to_string): Use it.
* gdb.python/py-prettyprint.c (main): Move declarations to top.
Add "estring2" local.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d1f4477..a98fde1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2010-10-18 Tom Tromey <tromey@redhat.com> + + * valprint.c (val_print_string): Pass 'encoding' to + LA_PRINT_STRING. + 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com> Fix the `stopped language detection' testcase for gcc-4.5. |