]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 8 Sep 2011 14:54:20 +0000 (14:54 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 8 Sep 2011 14:54:20 +0000 (14:54 +0000)
commit85bc8cb7855e8ae9ba6e207ed557f849479c41c0
treeb2872e91b9fc08816489b7f7d4d35df9d09a541f
parent48b07401829970b4ad18ccc9ebd7be9894d26642
gdb/
* eval.c (evaluate_subexp_standard) <OP_THIS>: Update the value_of_this
caller to value_of_this.
* p-exp.y: Update the value_of_this caller to value_of_this_silent.
Twice.
* valops.c (value_of_this): Remove parameter complain and variable ret.
Update function comment.  Never return NULL by this code.
(value_of_this_silent): New function.
* value.h (value_of_this): Remove parameter complain.
(value_of_this_silent): New declaration.
gdb/ChangeLog
gdb/eval.c
gdb/p-exp.y
gdb/valops.c
gdb/value.h