diff options
author | Tom Tromey <tromey@adacore.com> | 2025-04-16 14:58:06 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2025-05-06 09:01:54 -0600 |
commit | 800f6f5f700587de5a4175df4aa974dabf5974d7 (patch) | |
tree | 67da71bb1591eb46c4d28f1f812f0ff3fb6d0513 /gdb/python/python.c | |
parent | b4b312d152318e9d56066074d19d5029cb97914f (diff) | |
download | binutils-800f6f5f700587de5a4175df4aa974dabf5974d7.zip binutils-800f6f5f700587de5a4175df4aa974dabf5974d7.tar.gz binutils-800f6f5f700587de5a4175df4aa974dabf5974d7.tar.bz2 |
Add resolve_dynamic_field
The final patch in this series will change one dynamic property
approach to use a struct field rather than an offset and a field type.
This is convenient because the reference in DWARF is indeed to a field
-- and this approach lets us reuse the field-extraction logic that
already exists in gdb.
However, the field in question may have dynamic properties which must
be resolved before it can be used. This patch prepares for this by
introducing a separate resolve_dynamic_field function.
This patch should cause no visible changes to behavior.
Diffstat (limited to 'gdb/python/python.c')
0 files changed, 0 insertions, 0 deletions