From 087b74b25b24a901bc78eb5a2d436dd1fd5fda21 Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Sat, 26 Sep 2009 12:08:31 +0000 Subject: 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. --- gdb/testsuite/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gdb/testsuite/ChangeLog') 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 + + 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 * gdb.base/charset.exp: Test utf-16 strings with Python. -- cgit v1.1