]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/eval.c
Approved by Jim Blandy:
authorFred Fish <fnf@specifix.com>
Mon, 10 Dec 2001 23:05:00 +0000 (23:05 +0000)
committerFred Fish <fnf@specifix.com>
Mon, 10 Dec 2001 23:05:00 +0000 (23:05 +0000)
commit0478d61cc28c9072f5261920744b734d17202862
tree340c7f5f7aa4679cbbdaea49b8bd3fcded0926ba
parent709ec538af69bad6c603acc9b985aa900fea0ff2
Approved by Jim Blandy:

2001-12-10  Fred Fish  <fnf@redhat.com>
* values.c (value_fn_field): Add physname variable.  Use a minimal
symbol if we don't find a full symbol.  Remove setting of the new
value's type since that was already done by allocate_value().
Remove obsolete commented out error call since callees need to
handle a NULL return, which is possible result not an error.
* eval.c (evaluate_subexp_standard): Move check for inlined
functions to precede attempt to dereference a NULL argvec[0].
gdb/ChangeLog
gdb/eval.c
gdb/values.c