Move "catch exec" to a new file
[binutils-gdb.git] / gdb / gdbtypes.h
2022-01-18 Tom TromeyIntroduce gdb-hashtab module in gdbsupport
2022-01-18 Tom TromeyMove gdb obstack code to gdbsupport
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-29 Tom TromeyRemove unusual use of core_addr_eq and core_addr_hash
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-29 Tom TromeyDocument resolve_dynamic_type oddity
2021-10-19 Tom TromeyCheck index in type::field
2021-10-07 Simon Marchigdb: add accessors for field (and call site) location
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-04 Tom de Vries[gdb/symtab] Add call_site_eq and call_site_hash
2021-10-01 Simon Marchi[gdb/symtab] Fix htab_find_slot call in read_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-23 Tom TromeyChange pointer_type to a method of struct type
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-06-04 Tom TromeyAdd PROP_VARIABLE_NAME
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 ()
next