gdb: remove TYPE_INSTANCE_FLAGS
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 15 Sep 2020 02:22:33 +0000 (22:22 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 15 Sep 2020 02:22:33 +0000 (22:22 -0400)
commit10242f367fe102a4d55574c930ebfb389dbd233d
treea1d1f91f5739cf0614533b97dea590f0d5faba0f
parent4a8f181d196f85ca153fe51ca6bb40942e0e1ed7
gdb: remove TYPE_INSTANCE_FLAGS

Remove it, use the `type::instance_flags` method everywhere.

gdb/ChangeLog:

* gdbtypes.h (TYPE_INSTANCE_FLAGS): Remove, replace all uses
with `type::instance_flags`.

Change-Id: I3653108b712e6186529cb0102e2b70247bbcabbe
gdb/ChangeLog
gdb/c-typeprint.c
gdb/compile/compile-c-types.c
gdb/compile/compile-cplus-types.c
gdb/gdbtypes.c
gdb/gdbtypes.h
gdb/stabsread.c
This page took 0.081228 seconds and 4 git commands to generate.