aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-03[gdb] Fix typosTom de Vries1-2/+2
2023-05-12Add dynamic_prop::is_constantTom Tromey1-0/+5
2023-05-01Replace field_is_static with a methodTom Tromey1-2/+12
2023-03-29Add frame parameter to resolve_dynamic_typeTom Tromey1-1/+5
2023-03-18Remove objfile_typeTom Tromey1-39/+1
2023-03-18Add some types to struct builtin_typeTom Tromey1-0/+15
2023-03-18Rename objfile_type to builtin_typeTom Tromey1-1/+1
2023-03-18Use type allocator for set typesTom Tromey1-1/+2
2023-03-18Use type allocator for array typesTom Tromey1-6/+35
2023-03-18Use type allocator for range typesTom Tromey1-8/+21
2023-03-18Unify arch_pointer_type and init_pointer_typeTom Tromey1-6/+10
2023-03-18Unify arch_decfloat_type and init_decfloat_typeTom Tromey1-2/+6
2023-03-18Unify arch_float_type and init_float_typeTom Tromey1-5/+12
2023-03-18Unify arch_boolean_type and init_boolean_typeTom Tromey1-4/+8
2023-03-18Unify arch_character_type and init_character_typeTom Tromey1-4/+7
2023-03-18Unify arch_integer_type and init_integer_typeTom Tromey1-5/+5
2023-03-18Remove init_typeTom Tromey1-2/+0
2023-03-18Remove arch_typeTom Tromey1-2/+0
2023-03-18Remove alloc_typeTom Tromey1-3/+0
2023-03-18Remove alloc_type_copyTom Tromey1-5/+1
2023-03-18Remove alloc_type_archTom Tromey1-2/+0
2023-03-18Introduce type_allocatorTom Tromey1-0/+98
2023-03-10Move allocate_stub_method to stabsread.cTom Tromey1-2/+0
2023-03-01Use const for dwarf2_property_batonTom Tromey1-5/+5
2023-03-01Make gdb property batons type-safeTom Tromey1-5/+6
2023-02-13Turn allocate_value into a static "constructor"Tom Tromey1-1/+1
2023-02-13Turn value_type into methodTom Tromey1-1/+1
2023-02-09Increase size of main_type::nfieldsTom Tromey1-5/+5
2023-01-20gdb: move frame_info_ptr to frame.{c,h}Simon Marchi1-2/+0
2023-01-20gdb: move call site types to call-site.hSimon Marchi1-211/+0
2023-01-20gdb: move sect_offset and cu_offset to dwarf2/types.hSimon Marchi1-17/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-12Fix crash in is_nocall_functionTom Tromey1-3/+1
2022-10-31Add missing TYPE_CODE_* constants to PythonTom Tromey1-111/+3
2022-10-21Fix bug in Ada packed array handlingTom Tromey1-0/+21
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-2/+3
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-5/+4
2022-09-21gdb: add type::length / type::set_lengthSimon Marchi1-3/+13
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-3/+2
2022-09-21gdb: add type::target_type / type::set_target_typeSimon Marchi1-2/+12
2022-08-04Use registry in gdbarchTom Tromey1-47/+47
2022-07-28Change allocation of type-copying hash tableTom Tromey1-3/+2
2022-04-25gdb/fortran: Support for assumed rank zerorupothar1-1/+0
2022-04-03gdb: add support for Fortran's ASSUMED RANK arraysrupothar1-0/+7
2022-04-02gdb: rename floatformats_ia64_quad to floatformats_ieee_quadTiezhu Yang1-1/+1
2022-03-28Handle multiple addresses in call_site_targetTom Tromey1-0/+15
2022-03-28Change call_site_target to iterate over addressesTom Tromey1-13/+21
2022-03-28Make call_site_target members privateTom Tromey1-23/+21
2022-03-28Change call_site_target to use custom type and enumTom Tromey1-10/+28
2022-02-15gdb: Respect the DW_CC_nocall attributeLancelot SIX1-0/+10