diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2020-05-07 11:18:42 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2020-05-07 11:32:38 -0400 |
commit | 98d48915d987c577c34e5516040ab04c0dab6baa (patch) | |
tree | 863422f141ab39492303a7dac33aa1236e4fefbe /gdb/python/python-config.py | |
parent | 7aa913136675f4b81cd3a548e44bbdab6185abed (diff) | |
download | binutils-98d48915d987c577c34e5516040ab04c0dab6baa.zip binutils-98d48915d987c577c34e5516040ab04c0dab6baa.tar.gz binutils-98d48915d987c577c34e5516040ab04c0dab6baa.tar.bz2 |
gdb: remove TYPE_DYN_PROP_LIST macro
Remove this macro, which abstracts how to obtain the dyn_prop_list of a
given type. We could replace it with a method on `struct type`, but I
don't think it's needed, as the only code that accesses the dynamic prop
list directly is internal gdbtypes.c code (that can be seen as code
internal to `struct type`). So it can just refer to the field directly.
gdb/ChangeLog:
* gdbtypes.h (TYPE_DYN_PROP_LIST): Remove. Update all users
access thistype->main_type->dyn_prop_list directly.
Diffstat (limited to 'gdb/python/python-config.py')
0 files changed, 0 insertions, 0 deletions