Remove "highbound" parameter from value_array
authorTom Tromey <tromey@adacore.com>
Tue, 29 Aug 2023 15:14:01 +0000 (09:14 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 29 Aug 2023 19:36:55 +0000 (13:36 -0600)
commitb47331bf901065e051d6490105a61e677cafc451
treec6fd7f523e1f1aecb574085d6e7965358aa6fb60
parent8b2ac9b21649a9c7f9edecfd817e9d10f20158c0
Remove "highbound" parameter from value_array

value_array requires the passed-in bounds to match the length of the
array_view it is given.  This patch removes the redundant "highbound"
parameter.

Reviewed-by: John Baldwin <jhb@FreeBSD.org>
Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/eval.c
gdb/rust-lang.c
gdb/valops.c
gdb/value.h