aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Require trivial destructor in allocate_on_obstackTom Tromey1-2/+2
2024-02-22Use bool in dynamic type codeTom Tromey1-1/+1
2024-02-05Handling of arrays with optimized-out boundsTom Tromey1-0/+26
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-14Allow calling of variadic C++ functionsHannes Domani1-1/+2
2023-11-22Fix build with GCC 7.5Tom Tromey1-10/+8
2023-11-21Use enum accessibility in types and member functionsTom Tromey1-13/+14
2023-11-21Remove char-based bitfield macrosTom Tromey1-9/+0
2023-11-21Remove some type field accessor macrosTom Tromey1-9/+0
2023-11-21Add field::is_publicTom Tromey1-1/+5
2023-11-21Remove byte vectors from cplus_struct_typeTom Tromey1-63/+58
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-4/+4
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