This is the mail archive of the gdb-patches@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]

[commit] [patch 08/12] entryval#3: lval_funcs->{read,write} can be now NULL


On Thu, 29 Sep 2011 21:52:57 +0200, Jan Kratochvil wrote:
> gdb/
> 2011-07-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
> 
> 	Make some lval_funcs methods to default on NULL.
> 	* valops.c (value_fetch_lazy): Check if lval_computed read method is
> 	NULL.
> 	(value_assign): Check if lval_computed write method is NULL.
> 	* value.h (struct lval_funcs): Comment NULL values for read and write
> 	methods.

Checked in:
	http://sourceware.org/ml/gdb-cvs/2011-10/msg00063.html


Thanks,
Jan


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