summaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.c
AgeCommit message (Expand)Author
2021-02-09Avoid crash in resolve_dynamic_structTom Tromey
2021-02-05[gdb/exp] Fix assert when adding ptr to imaginary unitTom de Vries
2021-01-28gdb: rename get_type_arch to type::archSimon Marchi
2021-01-28gdb: rename type::{arch,objfile} -> type::{arch_owner,objfile_owner}Simon Marchi
2021-01-23gdb: fix regression in copy_type_recursiveSimon Marchi
2021-01-22gdb: remove TYPE_OBJFILE macroSimon Marchi
2021-01-22gdb: remove TYPE_OBJFILE_OWNED macroSimon Marchi
2021-01-22gdb: add owner-related methods to struct typeSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-24gdb: avoid resolving dynamic properties for non-allocated arraysAndrew Burgess
2020-12-24gdb: include allocated/associated properties in 'maint print type'Andrew Burgess
2020-12-24gdb/gdbtypes.h: Fix comparison of uninitialized valuesLancelot SIX
2020-12-19Don't compare types of enum fieldsHannes Domani
2020-12-17Remove printfi_filtered and fprintfi_filteredTom Tromey
2020-12-13Constify parse_and_eval_typeTom Tromey
2020-12-09gdb: address review comments of previous seriesSimon Marchi
2020-12-09gdb: fix value_subscript when array upper bound is not knownSimon Marchi
2020-12-09gdb: split get_discrete_bounds in twoSimon Marchi
2020-12-09gdb: make get_discrete_bounds return boolSimon Marchi
2020-12-09gdb: make discrete_position return optionalSimon Marchi
2020-11-23Make function fixed_point_scaling_factor a method of struct typeJoel Brobecker
2020-11-23Make fixed_point_type_base_type a method of struct typeJoel Brobecker
2020-11-23gdbtypes.h: Get rid of the TYPE_FIXED_POINT_INFO macroJoel Brobecker
2020-11-23change and rename gmp_string_asprintf to return an std::stringJoel Brobecker
2020-11-19gdb/fortran: Add support for Fortran array slices at the GDB promptAndrew Burgess
2020-11-18[gdb/build] Fix -Werror=bool-compare warning in update_static_array_sizeTom de Vries
2020-11-17gdb: make get_array_bounds return boolSimon Marchi
2020-11-15Add support for printing value of DWARF-based fixed-point type objectsJoel Brobecker
2020-11-04Fix bit strides for -fgnat-encodings=minimalTom Tromey
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-26Don't inherit range-type signed-ness from underlying typeTom Tromey
2020-10-22Don't create _Complex type name if there is no target type nameHannes Domani
2020-10-17Make range types inherit signed-ness from base typeTom Tromey
2020-09-23Handle bit offset and bit size in base typesTom Tromey
2020-09-17Use htab_up in type copyingTom Tromey
2020-09-14gdb: remove TYPE_INSTANCE_FLAGSSimon Marchi
2020-09-14Rename address_space_int_to_name/address_space_name_to_intPedro Alves
2020-09-14Use type_instance_flags more throughoutPedro Alves
2020-09-14gdb: turn gdb::bcache's function pointers into virtual methodsSimon Marchi
2020-09-14gdb: remove TYPE_ENDIANITY_NOT_DEFAULTSimon Marchi
2020-09-14gdb: add type::endianity_is_not_default / type::set_endianity_is_not_defaultSimon Marchi
2020-09-14gdb: remove TYPE_FIXED_INSTANCESimon Marchi
2020-09-14gdb: add type::is_gnu_ifunc / type::set_is_gnu_ifuncSimon Marchi
2020-09-14gdb: remove TYPE_STUB_SUPPORTEDSimon Marchi
2020-09-14gdb: remove TYPE_VECTORSimon Marchi
2020-09-14gdb: add type::is_vector / type::set_is_vectorSimon Marchi
2020-09-14gdb: remove TYPE_VARARGSSimon Marchi
2020-09-14gdb: add type::has_varargs / type::set_has_varargsSimon Marchi
2020-09-14gdb: remove TYPE_PROTOTYPEDSimon Marchi
2020-09-14gdb: add type::is_prototyped / type::set_is_prototypedSimon Marchi