]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
allow py-breakpoint.exp to work with software watchpoints
authorJoel Brobecker <brobecker@gnat.com>
Tue, 22 Feb 2011 16:39:56 +0000 (16:39 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 22 Feb 2011 16:39:56 +0000 (16:39 +0000)
commitb9b35694e3906d1cdecc22a997715f920aece290
treeaaa3a37df3066e3e4fc3c5db1c42c05c71b125fb
parent8bfb830fcc8793a2eea79a199425ac1f274f8906
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.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-breakpoint.exp