aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 3409002..d1ac5a4 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,14 @@
+2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
+
+ * gdb.python/python-prettyprint.c: Add counted null string
+ structure.
+ * gdb.python/python-prettyprint.exp: Print null string. Test for
+ embedded nulls.
+ * gdb.python/python-prettyprint.py (pp_ns): New Function.
+ * gdb.python/python-value.exp (test_value_in_inferior): Add
+ variable length string fetch tests.
+ * gdb.python/python-value.c (main): Add strings for string fetch tests.
+
2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdb.base/dump.exp (inaccessible memory is reported): New test.