gdb: remove unused argument from gdb_init
[binutils-gdb.git] / gdb / gdbtypes.h
2021-04-02 Simon Marchigdb: remove TYPE_FLAG_ENUM
2021-04-02 Simon Marchigdb: add type::is_flag_enum / type::set_is_flag_enum
2021-04-02 Simon Marchigdb: remove TYPE_DECLARED_CLASS
2021-04-02 Simon Marchigdb: add type::is_declared_class / type::set_is_declare...
2021-02-05 Tom de Vries[gdb/exp] Fix assert when adding ptr to imaginary unit
2021-01-28 Simon Marchigdb: rename get_type_arch to type::arch
2021-01-28 Simon Marchigdb: rename type::{arch,objfile} -> type::{arch_owner...
2021-01-23 Simon Marchigdb: fix regression in copy_type_recursive
2021-01-22 Simon Marchigdb: remove TYPE_OBJFILE macro
2021-01-22 Simon Marchigdb: remove TYPE_OBJFILE_OWNED macro
2021-01-22 Simon Marchigdb: add owner-related methods to struct type
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-09 Simon Marchigdb: fix value_subscript when array upper bound is...
2020-12-09 Simon Marchigdb: make get_discrete_bounds return bool
2020-12-09 Simon Marchigdb: make discrete_position return optional
2020-11-24 Joel BrobeckerMake function fixed_point_scaling_factor a method of...
2020-11-24 Joel BrobeckerMake fixed_point_type_base_type a method of struct...
2020-11-24 Joel Brobeckergdbtypes.h: Get rid of the TYPE_FIXED_POINT_INFO macro
2020-11-17 Simon Marchigdb: make get_array_bounds return bool
2020-11-15 Joel BrobeckerAdd support for printing value of DWARF-based fixed...
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-23 Tom TromeyHandle bit offset and bit size in base types
2020-09-17 Tom TromeyUse htab_up in type copying
2020-09-15 Simon Marchigdb: remove TYPE_INSTANCE_FLAGS
2020-09-14 Pedro AlvesRename address_space_int_to_name/address_space_name_to_int
2020-09-14 Pedro AlvesUse type_instance_flags more throughout
2020-09-14 Simon Marchigdb: remove TYPE_ENDIANITY_NOT_DEFAULT
2020-09-14 Simon Marchigdb: add type::endianity_is_not_default / type::set_end...
2020-09-14 Simon Marchigdb: remove TYPE_FIXED_INSTANCE
2020-09-14 Simon Marchigdb: add type::is_fixed_instance / type::set_is_fixed_i...
2020-09-14 Simon Marchigdb: remove TYPE_GNU_IFUNC
2020-09-14 Simon Marchigdb: add type::is_gnu_ifunc / type::set_is_gnu_ifunc
2020-09-14 Simon Marchigdb: remove TYPE_STUB_SUPPORTED
2020-09-14 Simon Marchigdb: add type::stub_is_supported / type::set_stub_is_su...
2020-09-14 Simon Marchigdb: remove TYPE_VECTOR
2020-09-14 Simon Marchigdb: add type::is_vector / type::set_is_vector
2020-09-14 Simon Marchigdb: remove TYPE_VARARGS
2020-09-14 Simon Marchigdb: add type::has_varargs / type::set_has_varargs
2020-09-14 Simon Marchigdb: remove TYPE_PROTOTYPED
2020-09-14 Simon Marchigdb: add type::is_prototyped / type::set_is_prototyped
2020-09-14 Simon Marchigdb: remove TYPE_TARGET_STUB
2020-09-14 Simon Marchigdb: add type::target_is_stub / type::set_target_is_stub
2020-09-14 Simon Marchigdb: remove TYPE_STUB
2020-09-14 Simon Marchigdb: add type::is_stub / type::set_is_stub
2020-09-14 Simon Marchigdb: remove TYPE_NOSIGN
2020-09-14 Simon Marchigdb: add type::has_no_signedness / type::set_has_no_sig...
2020-09-14 Simon Marchigdb: remove TYPE_UNSIGNED
2020-09-14 Simon Marchigdb: add type::is_unsigned / type::set_is_unsigned
2020-09-11 Felix WillgerodtAdd bfloat16 support for AVX512 register view.
2020-08-31 Simon Marchigdb: remove NULL_TYPE
2020-08-04 Simon Marchigdb: remove TYPE_DYN_PROP_ADDR
2020-08-04 Simon Marchigdb: remove TYPE_DYN_PROP_KIND
2020-08-04 Simon Marchigdb: remove TYPE_DYN_PROP_BATON
2020-07-13 Simon Marchigdb: make type::bounds work for array and string types
2020-07-13 Simon Marchigdb: remove TYPE_ARRAY_BIT_STRIDE
2020-07-13 Simon Marchigdb: remove TYPE_BIT_STRIDE
2020-07-13 Simon Marchigdb: remove TYPE_ARRAY_{LOWER,UPPER}_BOUND_VALUE
2020-07-13 Simon Marchigdb: remove TYPE_ARRAY_{UPPER,LOWER}_BOUND_IS_UNDEFINED
2020-07-13 Simon Marchigdb: remove TYPE_LOW_BOUND_KIND and TYPE_HIGH_BOUND_KIND
2020-07-13 Simon Marchigdb: remove TYPE_LOW_BOUND_UNDEFINED and TYPE_HIGH_BOUN...
2020-07-13 Simon Marchigdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUND
2020-07-13 Simon Marchigdb: add accessors to struct dynamic_prop
2020-07-13 Simon Marchigdb: remove TYPE_RANGE_DATA macro
2020-07-13 Simon Marchigdb: add type::bounds / type::set_bounds
2020-06-08 Simon Marchigdb: remove TYPE_FIELD_TYPE macro
2020-06-08 Simon Marchigdb: remove FIELD_TYPE macro
2020-06-08 Simon Marchigdb: add field::type / field::set_type
2020-06-08 Simon Marchigdb: remove TYPE_INDEX_TYPE macro
2020-06-08 Simon Marchigdb: add type::index_type / type::set_index_type
2020-05-27 Simon MarchiRemove dwarf2_per_cu_data::objfile ()
2020-05-23 Simon Marchigdb: remove TYPE_FIELD macro
2020-05-22 Simon Marchigdb: remove TYPE_FIELDS macro
2020-05-22 Simon Marchigdb: add type::fields / type::set_fields
2020-05-22 Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-22 Simon Marchigdb: add type::num_fields / type::set_num_fields
2020-05-16 Simon Marchigdb: remove TYPE_NAME macro
2020-05-16 Simon Marchigdb: add type::name / type::set_name
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-05-14 Simon Marchigdb: add type::code / type::set_code
2020-05-07 Simon Marchigdb: remove TYPE_DYN_PROP_LIST macro
2020-05-07 Simon Marchigdb: make remove_dyn_prop a method of struct type
2020-05-07 Simon Marchigdb: make add_dyn_prop a method of struct type
2020-05-07 Simon Marchigdb: make get_dyn_prop a method of struct type
2020-05-06 Simon Marchigdb: remove main_type::flag_static
2020-05-05 Simon Marchigdb: remove main_type::flag_incomplete
2020-05-05 Simon Marchigdb: remove TYPE_INCOMPLETE
2020-05-02 Hannes DomaniFix typo in comment of DYN_PROP_ASSOCIATED
2020-04-24 Tom TromeyAdd support for dynamic type lengths
2020-04-24 Tom TromeyRewrite the existing variant part code
2020-04-24 Tom TromeyPrefer existing data when evaluating DWARF expression
2020-04-24 Tom TromeyAdd new variant part code
2020-04-01 Tom TromeyChange how complex types are created
2020-03-07 Tom TromeyRemove some obsolete comments
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-20 Tankut Baris AktemurUse enum bitfield for the calling_convention attribute...
2019-12-20 Tankut Baris Aktemurgdb: recognize new DWARF attributes: defaulted, deleted...
2019-12-06 Tankut Baris Aktemurgdb: fix overload resolution for see-through references
2019-12-05 Simon MarchiRemove gdbarch parameter of lookup_typename
2019-12-04 Tom TromeyRemove gdbarch_bits_big_endian
2019-12-04 Tom TromeyAdd scalar_storage_order support for floating point
next