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 ada-lang.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2010-05-27 17:37:46

Modified files:
	gdb            : ChangeLog ada-lang.c 

Log message:
	Replace call to value_contents_raw by call to value_contents.
	
	This is something that Tom spotted.  It shouldn't make much of a difference
	in practice with the current code, but Tom is planning on making some
	changes (bitwise optimized-out tracking) in value_contents...
	
	2010-05-27  Joel Brobecker  <brobecker@adacore.com>
	
	* ada-lang.c (ensure_lval): Replace call to value_contents_raw
	by call to value_contents.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.11847&r2=1.11848
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ada-lang.c.diff?cvsroot=src&r1=1.263&r2=1.264


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