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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	qiyao@sourceware.org	2013-10-17 13:31:33

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

Log message:
	Remove ada-varobj.h.
	
	As a result of previous patch, extern functions in ada-varobj.c can be
	made static, and ada-varobj.h can be removed too.
	
	gdb:
	
	2013-10-17  Yao Qi  <yao@codesourcery.com>
	
	* Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
	* ada-varobj.c: Remove the include of ada-varobj.h.
	(ada_varobj_get_number_of_children): Declare.
	(ada_varobj_get_name_of_child): Make it static.
	(ada_varobj_get_path_expr_of_child): Likewise.
	(ada_varobj_get_value_of_child): Likewise.
	(ada_varobj_get_type_of_child): Likewise.
	(ada_varobj_get_value_of_array_variable): Likewise.
	* ada-varobj.h: Remove.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&r1=1.1273&r2=1.1274
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ada-varobj.c.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.16110&r2=1.16111
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ada-varobj.h.diff?cvsroot=src&r1=1.3&r2=NONE


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