src/gdb/testsuite ChangeLog gdb.python/py-brea ...
brobecke@sourceware.org
brobecke@sourceware.org
Tue Feb 22 16:39:00 GMT 2011
CVSROOT: /cvs/src
Module name: src
Changes by: brobecke@sourceware.org 2011-02-22 16:39:57
Modified files:
gdb/testsuite : ChangeLog
gdb/testsuite/gdb.python: py-breakpoint.exp
Log message:
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.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2602&r2=1.2603
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.python/py-breakpoint.exp.diff?cvsroot=src&r1=1.8&r2=1.9
More information about the Gdb-cvs
mailing list