aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-09gdb: fix value_subscript when array upper bound is not knownSimon Marchi1-0/+8
2020-12-09gdb: make get_discrete_bounds return boolSimon Marchi1-1/+7
2020-12-09gdb: make discrete_position return optionalSimon Marchi1-1/+3
2020-11-23Make function fixed_point_scaling_factor a method of struct typeJoel Brobecker1-3/+5
2020-11-23Make fixed_point_type_base_type a method of struct typeJoel Brobecker1-8/+9
2020-11-23gdbtypes.h: Get rid of the TYPE_FIXED_POINT_INFO macroJoel Brobecker1-6/+23
2020-11-17gdb: make get_array_bounds return boolSimon Marchi1-2/+9
2020-11-15Add support for printing value of DWARF-based fixed-point type objectsJoel Brobecker1-2/+51
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-5/+5
2020-09-23Handle bit offset and bit size in base typesTom Tromey1-1/+42
2020-09-17Use htab_up in type copyingTom Tromey1-1/+1
2020-09-14gdb: remove TYPE_INSTANCE_FLAGSSimon Marchi1-11/+10
2020-09-14Rename address_space_int_to_name/address_space_name_to_intPedro Alves1-4/+4
2020-09-14Use type_instance_flags more throughoutPedro Alves1-6/+20
2020-09-14gdb: remove TYPE_ENDIANITY_NOT_DEFAULTSimon Marchi1-6/+4
2020-09-14gdb: add type::endianity_is_not_default / type::set_endianity_is_not_defaultSimon Marchi1-2/+12
2020-09-14gdb: remove TYPE_FIXED_INSTANCESimon Marchi1-13/+11
2020-09-14gdb: add type::is_fixed_instance / type::set_is_fixed_instanceSimon Marchi1-2/+12
2020-09-14gdb: remove TYPE_GNU_IFUNCSimon Marchi1-7/+5
2020-09-14gdb: add type::is_gnu_ifunc / type::set_is_gnu_ifuncSimon Marchi1-2/+12
2020-09-14gdb: remove TYPE_STUB_SUPPORTEDSimon Marchi1-8/+6
2020-09-14gdb: add type::stub_is_supported / type::set_stub_is_supportedSimon Marchi1-2/+12
2020-09-14gdb: remove TYPE_VECTORSimon Marchi1-5/+4
2020-09-14gdb: add type::is_vector / type::set_is_vectorSimon Marchi1-2/+12
2020-09-14gdb: remove TYPE_VARARGSSimon Marchi1-5/+3
2020-09-14gdb: add type::has_varargs / type::set_has_varargsSimon Marchi1-2/+12
2020-09-14gdb: remove TYPE_PROTOTYPEDSimon Marchi1-7/+5
2020-09-14gdb: add type::is_prototyped / type::set_is_prototypedSimon Marchi1-2/+12
2020-09-14gdb: remove TYPE_TARGET_STUBSimon Marchi1-8/+6
2020-09-14gdb: add type::target_is_stub / type::set_target_is_stubSimon Marchi1-2/+12
2020-09-14gdb: remove TYPE_STUBSimon Marchi1-7/+5
2020-09-14gdb: add type::is_stub / type::set_is_stubSimon Marchi1-2/+12
2020-09-14gdb: remove TYPE_NOSIGNSimon Marchi1-6/+4
2020-09-14gdb: add type::has_no_signedness / type::set_has_no_signednessSimon Marchi1-2/+12
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi1-5/+3
2020-09-14gdb: add type::is_unsigned / type::set_is_unsignedSimon Marchi1-2/+12
2020-09-11Add bfloat16 support for AVX512 register view.Felix Willgerodt1-1/+2
2020-08-31gdb: remove NULL_TYPESimon Marchi1-2/+0
2020-08-04gdb: remove TYPE_DYN_PROP_ADDRSimon Marchi1-4/+0
2020-08-04gdb: remove TYPE_DYN_PROP_KINDSimon Marchi1-2/+0
2020-08-04gdb: remove TYPE_DYN_PROP_BATONSimon Marchi1-2/+0
2020-07-12gdb: make type::bounds work for array and string typesSimon Marchi1-3/+13
2020-07-12gdb: remove TYPE_ARRAY_BIT_STRIDESimon Marchi1-7/+0
2020-07-12gdb: remove TYPE_BIT_STRIDESimon Marchi1-5/+14
2020-07-12gdb: remove TYPE_ARRAY_{LOWER,UPPER}_BOUND_VALUESimon Marchi1-6/+0
2020-07-12gdb: remove TYPE_ARRAY_{UPPER,LOWER}_BOUND_IS_UNDEFINEDSimon Marchi1-5/+0
2020-07-12gdb: remove TYPE_LOW_BOUND_KIND and TYPE_HIGH_BOUND_KINDSimon Marchi1-4/+0
2020-07-12gdb: remove TYPE_LOW_BOUND_UNDEFINED and TYPE_HIGH_BOUND_UNDEFINEDSimon Marchi1-6/+2
2020-07-12gdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUNDSimon Marchi1-6/+2