aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-09-06 23:25:41 +0000
committerDaniel Jacobowitz <drow@false.org>2007-09-06 23:25:41 +0000
commit3e34759906232cdbcec638c4dd9cf556a4254669 (patch)
tree606acbc3730063808d06aa943fd9943f9c6e40de /gdb/testsuite/ChangeLog
parent93b1ec2cbf071210466c8c848830b214508f6398 (diff)
downloadgdb-3e34759906232cdbcec638c4dd9cf556a4254669.zip
gdb-3e34759906232cdbcec638c4dd9cf556a4254669.tar.gz
gdb-3e34759906232cdbcec638c4dd9cf556a4254669.tar.bz2
* gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
* gdb.mi/mi-watch.exp: Likewise.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 14d731d..c9ffd0e 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
+ * gdb.mi/mi-watch.exp: Likewise.
+
2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
Jim Blandy <jimb@codesourcery.com>