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:	hilfingr@sourceware.org	2012-04-21 22:13:00

Modified files:
	gdb            : ChangeLog ada-lang.c 

Log message:
	Add proper handling for internal functions and STT_GNU_IFUNC symbols in Ada mode.
	
	The code for handling calls to internal functions (esp., Python
	functions) and for handling STT_GNU_IFUNC had not been added to the Ada
	expression evaluator.  This change adapts them from eval.c.
	
	gdb/Changelog:
	
	* ada-lang.c (ada_evaluate_subexp): Add cases for
	TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
	their treatment in eval.c.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14150&r2=1.14151
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ada-lang.c.diff?cvsroot=src&r1=1.365&r2=1.366


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