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 varobj. ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	vprus@sourceware.org	2008-01-30 07:17:31

Modified files:
	gdb            : ChangeLog Makefile.in varobj.c varobj.h 
	gdb/mi         : mi-cmd-var.c 

Log message:
	Use vector for varobj_list_children interface.
	* gdb/varobj.c (varobj_list_children): Return vector
	of varobjs.
	* gdb/varobj.h (varobj_list_children): Adjust
	prototype.
	(varobj_p): Declare.  Declare vector thereof.
	* mi/mi-cmd-var.c (mi_cmd_var_list_children): Adjust
	for varobj_list_children change.
	* Makefile.in (varobj_h): Update dependencies.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.9117&r2=1.9118
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&r1=1.977&r2=1.978
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/varobj.c.diff?cvsroot=src&r1=1.100&r2=1.101
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/varobj.h.diff?cvsroot=src&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/mi/mi-cmd-var.c.diff?cvsroot=src&r1=1.44&r2=1.45


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