Pass a frame to value_at_lazy and value_from_contents_and_address
authorTom Tromey <tromey@adacore.com>
Wed, 1 Mar 2023 17:33:20 +0000 (10:33 -0700)
committerTom Tromey <tromey@adacore.com>
Wed, 29 Mar 2023 16:16:23 +0000 (10:16 -0600)
commit168f9f95995d7958d8ae35a54c0691f46961c209
treebe01de3e459aa9b086fc30d074316c8d181d50e5
parentaeabe83d0a8612db7b038d1d21fa2447fe7d182f
Pass a frame to value_at_lazy and value_from_contents_and_address

This patch adds a 'frame' parameter to value_at_lazy and ensures that
it is passed down to the call to resolve_dynamic_type.  This required
also adding a frame parameter to value_from_contents_and_address.

Nothing passes this parameter to value_at_lazy yet, so this patch
should have no visible effect.
gdb/valops.c
gdb/value.c
gdb/value.h