commit | aeabe83d0a8612db7b038d1d21fa2447fe7d182f | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Wed Mar 01 09:54:04 2023 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Wed Mar 29 10:16:23 2023 -0600 |
tree | 3bcbe2458a9d3721aa152c8b60293cf5cce482bb | |
parent | b28937b874fe2580dc372d5eb2d81748460b3363 [diff] |
Add frame parameter to resolve_dynamic_type This adds a frame parameter to resolve_dynamic_type and arranges for it to be passed through the call tree and, in particular, to all calls to dwarf2_evaluate_property. Nothing passes this parameter yet, so this patch should have no visible effect. A 'const frame_info_ptr *' is used here to avoid including frame.h from gdbtypes.h.