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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2009-06-23 16:43:25

Modified files:
	gdb            : ada-lang.c ChangeLog 

Log message:
	* ada-lang.c (decode_packed_array): If the value is a pointer to
	an array, then use value_ind to dereference it, not ada_value_ind.
	(ada_template_to_fixed_record_type_1): Handle the case where a
	dynamic field is an aligner type.
	(to_fixed_array_type): Add handling for packed array types.
	(ada_get_base_type): Do not follow the XVS type if the type is
	an aligner type.
	(ada_evaluate_subexp): Split a few statements up for clarity
	and debuggability.
	<OP_FUNCALL>: Add handling of the case of a packed array that
	has already been fixed.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ada-lang.c.diff?cvsroot=src&r1=1.214&r2=1.215
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.10623&r2=1.10624


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