aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2011-12-13 16:05:24 +0000
committerPedro Alves <palves@redhat.com>2011-12-13 16:05:24 +0000
commitfabde4854cc349f0269c073508450789874ef156 (patch)
tree473cf7603e71a7ca14df1941b6697b9dcdb1df22 /gdb/testsuite/ChangeLog
parentd9071b0c4242fe1180340d52c6b6207e794675ae (diff)
downloadgdb-fabde4854cc349f0269c073508450789874ef156.zip
gdb-fabde4854cc349f0269c073508450789874ef156.tar.gz
gdb-fabde4854cc349f0269c073508450789874ef156.tar.bz2
2011-12-13 Pedro Alves <pedro@codesourcery.com>
* gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4) (func6, func7): New. (main): Call func6 and func7. * gdb.base/watchpoint.exp (test_wide_location_1) (test_wide_location_2): New. (top level): Re-enable hardware watchpoints if necessary. Call test_wide_location_1 and test_wide_location_2.
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 a6ee8c5..d6c2de6 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,13 @@
+2011-12-13 Pedro Alves <pedro@codesourcery.com>
+
+ * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
+ (func6, func7): New.
+ (main): Call func6 and func7.
+ * gdb.base/watchpoint.exp (test_wide_location_1)
+ (test_wide_location_2): New.
+ (top level): Re-enable hardware watchpoints if necessary. Call
+ test_wide_location_1 and test_wide_location_2.
+
2011-12-11 Yao Qi <yao@codesourcery.com>
* gdb.trace/status-stop.exp: Skip it if target doesn't support trace.