]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove deprecated_lval_hack
authorTom Tromey <tom@tromey.com>
Thu, 9 Feb 2023 13:55:48 +0000 (06:55 -0700)
committerTom Tromey <tom@tromey.com>
Mon, 13 Feb 2023 22:22:20 +0000 (15:22 -0700)
commit736355f2e186a6a5275cac26d9486a5cc28f755c
tree5a528ef4fc5572a7f05b366624faa4905bde41b1
parent6f9c9d71c2420e9bc6825cef59a922f5fb863e1a
Remove deprecated_lval_hack

This removes deprecated_lval_hack and the VALUE_LVAL macro, replacing
all uses with a call to value::lval.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
28 files changed:
gdb/ada-lang.c
gdb/breakpoint.c
gdb/c-lang.c
gdb/cli/cli-dump.c
gdb/compile/compile-c-symbols.c
gdb/compile/compile-cplus-symbols.c
gdb/compile/compile-loc2c.c
gdb/dwarf2/frame.c
gdb/dwarf2/loc.c
gdb/eval.c
gdb/expop.h
gdb/f-lang.c
gdb/findvar.c
gdb/frame.c
gdb/gdbtypes.c
gdb/infcall.c
gdb/m2-lang.c
gdb/opencl-lang.c
gdb/ppc-linux-nat.c
gdb/printcmd.c
gdb/python/py-unwind.c
gdb/rust-lang.c
gdb/stack.c
gdb/valarith.c
gdb/valops.c
gdb/value.c
gdb/value.h
gdb/varobj.c