This is the mail archive of the gdb-cvs@sources.redhat.com 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]

src/gdb ChangeLog wrapper.h wrapper.c varobj.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	fnasser@sources.redhat.com	2000-11-06 15:12:29

Modified files:
	gdb            : ChangeLog wrapper.h wrapper.c varobj.c 

Log message:
	2000-11-06  Fernando Nasser  <fnasser@totem.toronto.redhat.com>
	
	* wrapper.c (gdb_value_assign): New function.  Longjump-free
	version of value_assign.
	(wrap_value_assign): New function. Wrapper for value_assign.
	* wrapper.h: Add declaration for the above.
	* varobj.c (varobj_set_value): Use gdb_value_assign, not
	value_assign which can longjump.  Do not change varobj value if
	assign fails.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.752&r2=1.753
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/wrapper.h.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/wrapper.c.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/varobj.c.diff?cvsroot=src&r1=1.10&r2=1.11


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