This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/gdb/testsuite ChangeLog gdb.python/py-brea ...


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]