]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/gdbtypes.h
Add support for printing value of DWARF-based fixed-point type objects
[thirdparty/binutils-gdb.git] / gdb / gdbtypes.h
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
2019-12-01  Andrew Burgessgdb/fortran: array stride support
2019-11-28  Tom TromeyMake two range_bounds bitfields unsigned
2019-11-21  Peeter JootAdjust byte order variable display/change if DW_AT_endi...
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-08  Christian BiesingerMove declaration of overload_debug to header
2019-09-03  Tom TromeyHandle biased types
2019-07-10  Tom TromeyDon't include gdbarch.h from defs.h
2019-07-09  Tom TromeyRename common to gdbsupport
2019-05-30  Tom TromeyTwo comment fixes in gdbtypes.h
2019-05-14  Alan HaywardAArch64: Add half float view to V registers
2019-04-30  Andrew Burgessgdb/fortran: Add allocatable type qualifier
2019-04-19  Tom TromeyMake copy_name return std::string
2019-04-19  Tom TromeyPrint non-Ada unions without crashing
2019-03-29  Keith SeitzAllow really large fortran array bounds: TYPE_LENGTH...
2019-03-12  John BaldwinAdd a more general version of lookup_struct_elt_type.
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-21  Pedro AlvesC++ify badness_vector, fix leaks
2018-11-21  Pedro Alvesinvoke_xmethod & array_view
2018-10-03  Tom TromeyUse unsigned as base type for some enums
next