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 Makefile.in varobj.c ada-var ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2012-03-28 21:31:18

Modified files:
	gdb            : ChangeLog Makefile.in varobj.c 
Added files:
	gdb            : ada-varobj.c ada-varobj.h 

Log message:
	Varobj support for Ada.
	
	This patch adds varobj support for Ada variables.  Most of the code
	is implemented in a separate Ada-specific file called ada-varobj.c.
	The only bits in varobj.c are the functions used as the hooks in
	the language-specific varobj's vector.
	
	gdb/ChangeLog:
	
	* ada-varobj.h, ada-varobj.c: New files.
	* Makefile.in (SFILES): Add ada-varobj.c.
	(HFILES_NO_SRCDIR): Add ada-varobj.h.
	(COMMON_OBS): Add ada-varobj.o.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ada-varobj.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ada-varobj.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14052&r2=1.14053
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&r1=1.1195&r2=1.1196
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/varobj.c.diff?cvsroot=src&r1=1.192&r2=1.193


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