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 value.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	sagovic@sourceware.org	2013-08-29 12:21:29

Modified files:
	gdb            : ChangeLog value.c 

Log message:
	cleanup: replace allocate_value and memcpy with value_from_contents
	
	2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
	
	* value.c (value_from_contents_and_address): Replace allocate_value and
	memcpy with value_from_contents.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15945&r2=1.15946
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/value.c.diff?cvsroot=src&r1=1.180&r2=1.181


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