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 valops.c testsuite/ChangeLog ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	drow@sourceware.org	2008-09-08 22:16:51

Modified files:
	gdb            : ChangeLog valops.c 
	gdb/testsuite  : ChangeLog 
Added files:
	gdb/testsuite/gdb.base: structs3.c structs3.exp 

Log message:
	* valops.c (value_cast_structs): Return NULL for failure.
	(value_cast): Handle NULL from value_cast_structs.
	(value_fetch_lazy): Call check_typedef.  Remove unused variable.
	
	testsuite/
	* gdb.base/structs3.c, gdb.base/structs3.exp: New files.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.9760&r2=1.9761
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/valops.c.diff?cvsroot=src&r1=1.194&r2=1.195
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1718&r2=1.1719
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/structs3.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/structs3.exp.diff?cvsroot=src&r1=1.2&r2=1.3


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