]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/value.c
Remove evaluate_expression
authorTom Tromey <tromey@adacore.com>
Fri, 28 Apr 2023 13:24:59 +0000 (07:24 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 1 May 2023 17:04:13 +0000 (11:04 -0600)
commit43048e46db188e546ba2107bdffcc7eb751c91df
treec7c8470c5d69cdac5657f5413ad1d1a185e38775
parentb785bb6d1869657ec26003b97548bdd4bde43c90
Remove evaluate_expression

evaluate_expression is just a little wrapper for a method on
expression.  Removing it also removes a lot of ugly (IMO) calls to
get().
18 files changed:
gdb/ada-lang.c
gdb/arc-tdep.c
gdb/breakpoint.c
gdb/cli/cli-script.c
gdb/darwin-nat-info.c
gdb/dtrace-probe.c
gdb/eval.c
gdb/expression.h
gdb/linux-thread-db.c
gdb/mi/mi-main.c
gdb/objc-lang.c
gdb/printcmd.c
gdb/stack.c
gdb/stap-probe.c
gdb/tracepoint.c
gdb/value.c
gdb/value.h
gdb/varobj.c