Remove path name from test case
[binutils-gdb.git] / gdb / gdbtypes.h
2023-09-19 Tom TromeyGive a language to a type
2023-09-19 Tom TromeyPass a type allocator to init_fixed_point_type
2023-09-05 Tom TromeyIntroduce type::is_array_like and value_to_array
2023-09-05 Tom TromeyIntroduce TYPE_SPECIFIC_RUST_STUFF
2023-08-31 Simon Marchigdb: remove TYPE_FIELD_PACKED
2023-08-31 Simon Marchigdb: remove TYPE_FIELD_BITSIZE
2023-08-31 Simon Marchigdb: remove FIELD_BITSIZE
2023-08-31 Simon Marchigdb: introduce field::bitsize / field::set_bitsize
2023-08-31 Simon Marchigdb: remove TYPE_FIELD_ARTIFICIAL
2023-08-31 Simon Marchigdb: remove FIELD_ARTIFICIAL
2023-08-31 Simon Marchigdb: introduce field::is_artificial / field::set_is_art...
2023-08-31 Tom de Vries[gdb/symtab] Factor out type::{alloc_fields,copy_fields}
2023-07-07 Andrew Burgessgdb: fix printf of wchar_t early in a gdb session
2023-06-03 Tom de Vries[gdb] Fix typos
2023-05-12 Tom TromeyAdd dynamic_prop::is_constant
2023-05-01 Tom TromeyReplace field_is_static with a method
2023-03-29 Tom TromeyAdd frame parameter to resolve_dynamic_type
2023-03-18 Tom TromeyRemove objfile_type
2023-03-18 Tom TromeyAdd some types to struct builtin_type
2023-03-18 Tom TromeyRename objfile_type to builtin_type
2023-03-18 Tom TromeyUse type allocator for set types
2023-03-18 Tom TromeyUse type allocator for array types
2023-03-18 Tom TromeyUse type allocator for range types
2023-03-18 Tom TromeyUnify arch_pointer_type and init_pointer_type
2023-03-18 Tom TromeyUnify arch_decfloat_type and init_decfloat_type
2023-03-18 Tom TromeyUnify arch_float_type and init_float_type
2023-03-18 Tom TromeyUnify arch_boolean_type and init_boolean_type
2023-03-18 Tom TromeyUnify arch_character_type and init_character_type
2023-03-18 Tom TromeyUnify arch_integer_type and init_integer_type
2023-03-18 Tom TromeyRemove init_type
2023-03-18 Tom TromeyRemove arch_type
2023-03-18 Tom TromeyRemove alloc_type
2023-03-18 Tom TromeyRemove alloc_type_copy
2023-03-18 Tom TromeyRemove alloc_type_arch
2023-03-18 Tom TromeyIntroduce type_allocator
2023-03-10 Tom TromeyMove allocate_stub_method to stabsread.c
2023-03-01 Tom TromeyUse const for dwarf2_property_baton
2023-03-01 Tom TromeyMake gdb property batons type-safe
2023-02-13 Tom TromeyTurn allocate_value into a static "constructor"
2023-02-13 Tom TromeyTurn value_type into method
2023-02-09 Tom TromeyIncrease size of main_type::nfields
2023-01-20 Simon Marchigdb: move frame_info_ptr to frame.{c,h}
2023-01-20 Simon Marchigdb: move call site types to call-site.h
2023-01-20 Simon Marchigdb: move sect_offset and cu_offset to dwarf2/types.h
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-13 Tom TromeyFix crash in is_nocall_function
2022-10-31 Tom TromeyAdd missing TYPE_CODE_* constants to Python
2022-10-21 Tom TromeyFix bug in Ada packed array handling
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-09-21 Simon Marchigdb: add type::length / type::set_length
2022-09-21 Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-09-21 Simon Marchigdb: add type::target_type / type::set_target_type
2022-08-04 Tom TromeyUse registry in gdbarch
2022-07-28 Tom TromeyChange allocation of type-copying hash table
2022-04-25 rupothargdb/fortran: Support for assumed rank zero
2022-04-03 rupothargdb: add support for Fortran's ASSUMED RANK arrays
2022-04-02 Tiezhu Yanggdb: rename floatformats_ia64_quad to floatformats_ieee...
2022-03-28 Tom TromeyHandle multiple addresses in call_site_target
2022-03-28 Tom TromeyChange call_site_target to iterate over addresses
2022-03-28 Tom TromeyMake call_site_target members private
2022-03-28 Tom TromeyChange call_site_target to use custom type and enum
2022-02-15 Lancelot SIXgdb: Respect the DW_CC_nocall attribute
2022-02-11 Bhuvanendra Kumar Ngdb/fortran: support ptype and print commands for namel...
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
next