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 ChangeLog ada-lang.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2010-10-01 16:25:01

Modified files:
	gdb            : ChangeLog ada-lang.c 

Log message:
	[Ada] array and bounds in fat pointer can be a stub
	
	This patch adds handling of the case when a fat pointer has the
	P_ARRAY and/or P_BOUNDS fields defined as a stub.  In that case,
	this stub needs to be resolved.
	
	There are two issues:
	
	. First, making sure that the resolution takes place itself.
	That's the change to ada_check_typedef.
	
	. Make sure that the type returned after resolution is not itself
	a typedef.  This is the change to ada_check_typedef.
	
	gdb/ChangeLog (Jerome Guitton, Joel Brobecker):
	
	* ada-lang.c (desc_bounds): Add handling of the case where
	the P_BOUNDS field is a pointer to a stub.
	(desc_data_target_type): Same for P_ARRAY field.
	(ada_check_typedef): Strip the typedef layers from the type
	found by ada_find_any_type.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.12221&r2=1.12222
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ada-lang.c.diff?cvsroot=src&r1=1.268&r2=1.269


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