aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorPierre Muller <muller@sourceware.org>2009-09-26 12:08:31 +0000
committerPierre Muller <muller@sourceware.org>2009-09-26 12:08:31 +0000
commit087b74b25b24a901bc78eb5a2d436dd1fd5fda21 (patch)
tree0ae1db239ea2876e43bcb4dc799d025fb73d7bd2 /gdb/testsuite/ChangeLog
parent39236edf0673953bea1f931718c68b966817225e (diff)
downloadgdb-087b74b25b24a901bc78eb5a2d436dd1fd5fda21.zip
gdb-087b74b25b24a901bc78eb5a2d436dd1fd5fda21.tar.gz
gdb-087b74b25b24a901bc78eb5a2d436dd1fd5fda21.tar.bz2
gdb ChangeLog entry:
* i386-nat.c (i386_stopped_data_address): Also check that hitted watch register is not vacant. gdb/testsuite ChangeLog entry: New test for two watchpoints, with disabling of the first inserted. * testsuite/gdb.base/watchpoints.c: New file. * testsuite/gdb.base/watchpoints.exp: New file.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 54f7963..555868a 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,10 @@
+2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
+
+ New test for two watchpoints, with disabling of
+ the first inserted.
+ * testsuite/gdb.base/watchpoints.c: New file.
+ * testsuite/gdb.base/watchpoints.exp: New file.
+
2009-09-25 Tom Tromey <tromey@redhat.com>
* gdb.base/charset.exp: Test utf-16 strings with Python.