commit | 168f9f95995d7958d8ae35a54c0691f46961c209 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Wed Mar 01 10:33:20 2023 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Wed Mar 29 10:16:23 2023 -0600 |
tree | be01de3e459aa9b086fc30d074316c8d181d50e5 | |
parent | aeabe83d0a8612db7b038d1d21fa2447fe7d182f [diff] |
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.