diff options
author | Joel Brobecker <brobecker@gnat.com> | 2011-02-22 16:39:55 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2011-02-22 16:39:55 +0000 |
commit | 7970371c5937ee3eba41b8fc72cde55bb5dab216 (patch) | |
tree | abba2846711ea9ae7da41a762fd294aa3686189e /gdb/testsuite/ChangeLog | |
parent | 3aaec028253ae8efaab36e9d25cb1cd33aaf9ec3 (diff) | |
download | gdb-7970371c5937ee3eba41b8fc72cde55bb5dab216.tar.gz |
allow py-breakpoint.exp to work with software watchpoints
I noticed that the last "maint info breakpoints" test expects the
output to contain:
.*hw watchpoint.*
But some platforms do not have hw watchpoints (for instance, the
sim on erc32 doesn't). So I changed the expected output to accept
either.
gdb/testsuite/ChangeLog:
* gdb.python/py-breakpoint.exp: Fix the expected output of
one of the "maint info breakpoints" tests to accept the output
generated on platforms that do not have hardware watchpoints.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5d524d4c088..599a1828441 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,11 @@ 2011-02-22 Joel Brobecker <brobecker@adacore.com> + * gdb.python/py-breakpoint.exp: Fix the expected output of + one of the "maint info breakpoints" tests to accept the output + generated on platforms that do not have hardware watchpoints. + +2011-02-22 Joel Brobecker <brobecker@adacore.com> + * gdb.python/py-breakpoint.exp: Remove unnecessary call to clean_restart. Be a little stricter in the expected output for one of the tests. Fix a typo in one of the comments. |