PowerPC: Make test gdb.arch/powerpc-power10.exp Endian independent.
[binutils-gdb.git] / gdb / gdbtypes.c
2022-04-25 rupothargdb/fortran: Support for assumed rank zero
2022-04-07 Andrew Burgessgdb/fortran: fix fetching assumed rank array content
2022-04-03 rupothargdb: add support for Fortran's ASSUMED RANK arrays
2022-04-03 Andrew Burgessgdb/dwarf: pass an array of values to the dwarf evaluator
2022-04-02 Tiezhu Yanggdb: rename floatformats_ia64_quad to floatformats_ieee...
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyUnify gdb puts functions
2022-02-23 Tom TromeyFix bug in C++ overload resolution
2022-02-15 Lancelot SIXgdb: Respect the DW_CC_nocall attribute
2022-02-06 Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06 Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-02-06 Simon Marchigdb: remove COMPUNIT_BLOCK_LINE_SECTION macro, add...
2022-01-03 Tom TromeyFix use of 'printf' in gdbtypes.c
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-24 Tom TromeyRemove gdb_print_host_address
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_DWARF_BLOCK
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_STATIC_PHYSADDR
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_STATIC_PHYSNAME
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_ENUMVAL
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_BITPOS
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_LOC_KIND
2021-10-29 Simon Marchigdb: remove FIELD_DWARF_BLOCK macro
2021-10-29 Simon Marchigdb: remove FIELD_STATIC_PHYSADDR macro
2021-10-29 Simon Marchigdb: remove FIELD_STATIC_PHYSNAME macro
2021-10-29 Simon Marchigdb: remove FIELD_ENUMVAL macro
2021-10-29 Simon Marchigdb: remove FIELD_BITPOS macro
2021-10-29 Simon Marchigdb: remove FIELD_LOC_KIND macro
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
2021-10-19 Tom TromeyCheck index in type::field
2021-10-19 Tom TromeyFix bug in dynamic type resolution
2021-10-07 Simon Marchigdb: add accessors for field (and call site) location
2021-10-04 Tom TromeyUse unique_xmalloc_ptr<char> when demangling
2021-10-04 Simon Marchi[gdb/symtab] Use unrelocated addresses in call_site
2021-10-04 Simon Marchi[gdb/symtab] C++-ify call_site
2021-10-01 Simon Marchigdb: remove TYPE_FIELD_NAME and FIELD_NAME macros
2021-10-01 Simon Marchigdb: add field::name / field::set_name
2021-09-27 Simon Marchigdb: fix indentation in gdbtypes.c
2021-09-23 Tom TromeyChange pointer_type to a method of struct type
2021-09-06 Alexandra Hájkovágdbtypes.c: Add the case for FIELD_LOC_KIND_DWARF_BLOCK
2021-08-02 Shahab Vahedigdb: Make the builtin "boolean" type an unsigned type
2021-07-30 Simon Marchigdb: fix nr_bits gdb_assert in append_flags_type_field
2021-07-29 George Barrettguile: fix make-value with pointer type
2021-07-29 George Barrettgdbtypes: return value from get_unsigned_type_max
2021-07-16 Tom TromeyFix array stride bug
2021-05-27 Simon Marchigdb: fix some indentation issues
2021-04-07 Andrew Burgessgdb: move cheap pointer equality check earlier in types...
2021-04-02 Simon Marchigdb: remove TYPE_DECLARED_CLASS
2021-02-09 Tom TromeyAvoid crash in resolve_dynamic_struct
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-24 Andrew Burgessgdb: avoid resolving dynamic properties for non-allocat...
2020-12-24 Andrew Burgessgdb: include allocated/associated properties in 'maint...
2020-12-24 Lancelot SIXgdb/gdbtypes.h: Fix comparison of uninitialized values
2020-12-19 Hannes DomaniDon't compare types of enum fields
2020-12-17 Tom TromeyRemove printfi_filtered and fprintfi_filtered
2020-12-13 Tom TromeyConstify parse_and_eval_type
2020-12-09 Simon Marchigdb: address review comments of previous series
2020-12-09 Simon Marchigdb: fix value_subscript when array upper bound is...
2020-12-09 Simon Marchigdb: split get_discrete_bounds in two
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-24 Joel Brobeckerchange and rename gmp_string_asprintf to return an...
2020-11-19 Andrew Burgessgdb/fortran: Add support for Fortran array slices at...
2020-11-18 Tom de Vries[gdb/build] Fix -Werror=bool-compare warning in update_...
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-04 Tom TromeyFix bit strides for -fgnat-encodings=minimal
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-26 Tom TromeyDon't inherit range-type signed-ness from underlying...
2020-10-22 Hannes DomaniDon't create _Complex type name if there is no target...
2020-10-17 Tom TromeyMake range types inherit signed-ness from base type
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: turn gdb::bcache's function pointers into virtual...
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_gnu_ifunc / type::set_is_gnu_ifunc
2020-09-14 Simon Marchigdb: remove TYPE_STUB_SUPPORTED
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
next