src/gdb ChangeLog NEWS valops.c

uweigand@sourceware.org uweigand@sourceware.org
Wed Dec 1 16:49:00 GMT 2010


CVSROOT:	/cvs/src
Module name:	src
Changes by:	uweigand@sourceware.org	2010-12-01 16:49:42

Modified files:
	gdb            : ChangeLog NEWS valops.c 

Log message:
	* valops.c (value_assign): Returned value is never lazy.  If a
	C++ class type is returned, fix incorrect enclosing type / embedded
	offset.  If internal variable is returned, allocate new internalvar
	value using value_of_internalvar.
	
	* NEWS: Document changes in behavior of "print x = 0" and similar
	expressions.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.12354&r2=1.12355
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/NEWS.diff?cvsroot=src&r1=1.411&r2=1.412
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/valops.c.diff?cvsroot=src&r1=1.258&r2=1.259



More information about the Gdb-cvs mailing list