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.ada/homonym/ho ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2011-12-01 23:16:44

Modified files:
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.ada/homonym: homonym.adb 
Added files:
	gdb/testsuite/gdb.ada/homonym: pck.adb pck.ads 

Log message:
	Make sure all types in gdb.ada/homonym testcase are used...
	
	Otherwise, the compiler does not generate any debug info for them.
	This fixes 3 FAILs:
	
	FAIL: gdb.ada/homonym.exp: ptype local_type_subtype at BREAK_1
	FAIL: gdb.ada/homonym.exp: ptype int_type at BREAK_1
	FAIL: gdb.ada/homonym.exp: ptype local_type_subtype at BREAK_2
	
	gdb/testsuite/ChangeLog:
	
	* gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
	* gdb.ada/homonym/homonym.adb: For use of all types defined
	locally inside both Get_Value subprograms.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2953&r2=1.2954
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.ada/homonym/pck.adb.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.ada/homonym/pck.ads.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.ada/homonym/homonym.adb.diff?cvsroot=src&r1=1.4&r2=1.5


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