aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-19Give a language to a typeTom Tromey1-13/+22
2023-09-19Pass a type allocator to init_fixed_point_typeTom Tromey1-1/+1
2023-09-05Introduce type::is_array_like and value_to_arrayTom Tromey1-0/+5
2023-09-05Introduce TYPE_SPECIFIC_RUST_STUFFTom Tromey1-1/+10
2023-08-31gdb: remove TYPE_FIELD_PACKEDSimon Marchi1-2/+5
2023-08-31gdb: remove TYPE_FIELD_BITSIZESimon Marchi1-1/+0
2023-08-31gdb: remove FIELD_BITSIZESimon Marchi1-4/+2
2023-08-31gdb: introduce field::bitsize / field::set_bitsizeSimon Marchi1-4/+14
2023-08-31gdb: remove TYPE_FIELD_ARTIFICIALSimon Marchi1-1/+0
2023-08-31gdb: remove FIELD_ARTIFICIALSimon Marchi1-2/+1
2023-08-31gdb: introduce field::is_artificial / field::set_is_artificialSimon Marchi1-2/+12
2023-08-31[gdb/symtab] Factor out type::{alloc_fields,copy_fields}Tom de Vries1-0/+8
2023-07-07gdb: fix printf of wchar_t early in a gdb sessionAndrew Burgess1-2/+12
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