aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 296b2cb..74099f6 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,13 @@
+2008-01-17 Pedro Alves <pedro@codesourcery.com>
+
+ * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
+ and 'dummy_ptr' integer pointer. Initialize struct_declarations
+ with dummy_ptr's address.
+ * gdb.mi/var-cmd.c (do_children_tests): Likewise.
+ * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
+ all targets.
+ * gdb.mi/mi2-var-child.exp: Likewise.
+
2008-01-09 Joel Brobecker <brobecker@adacore.com>
* gdb.ada/null_array: New test program.