]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 9 Oct 2011 19:36:06 +0000 (19:36 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 9 Oct 2011 19:36:06 +0000 (19:36 +0000)
commitac71a68c85a70ebe474e39ef64773112f6474514
treed0cbedd1ea96a621dfddc70732269da7342c6502
parente18b27534c2181c92dc9b685adc05bcf6b685817
gdb/
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.
gdb/ChangeLog
gdb/valops.c
gdb/value.h