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/gdb.ada arrayptr.exp arraypt ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2013-07-10 00:35:01

Modified files:
	gdb/testsuite/gdb.ada: arrayptr.exp 
	gdb/testsuite/gdb.ada/arrayptr: foo.adb 

Log message:
	[testsuite/Ada] Add testing of access to packed arrays.
	
	This patch adds some tests that evidence a regression fixed by
	the following patch from Pedro Alves:
	
	[PATCH] ada-lang.c:coerce_unspec_val_to_type: Preserve laziness
	http://www.sourceware.org/ml/gdb-patches/2013-07/msg00178.html
	
	gdb/testsuite/ChangeLog:
	
	* gdb.ada/arrayptr/foo.adb: Add some code defining an access
	to a packed array.
	* gdb.ada/arrayptr.exp: Add a few tests using that new access
	to packed array.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.ada/arrayptr.exp.diff?cvsroot=src&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.ada/arrayptr/foo.adb.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]