summaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-12-14Allow calling of variadic C++ functionsHannes Domani
2023-11-22Fix build with GCC 7.5Tom Tromey
2023-11-21Use enum accessibility in types and member functionsTom Tromey
2023-11-21Remove char-based bitfield macrosTom Tromey
2023-11-21Remove some type field accessor macrosTom Tromey
2023-11-21Add field::is_publicTom Tromey
2023-11-21Remove byte vectors from cplus_struct_typeTom Tromey
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-09-19Give a language to a typeTom Tromey
2023-09-19Pass a type allocator to init_fixed_point_typeTom Tromey
2023-09-05Introduce type::is_array_like and value_to_arrayTom Tromey
2023-09-05Introduce TYPE_SPECIFIC_RUST_STUFFTom Tromey
2023-08-31gdb: remove TYPE_FIELD_PACKEDSimon Marchi
2023-08-31gdb: remove TYPE_FIELD_BITSIZESimon Marchi
2023-08-31gdb: remove FIELD_BITSIZESimon Marchi
2023-08-31gdb: introduce field::bitsize / field::set_bitsizeSimon Marchi
2023-08-31gdb: remove TYPE_FIELD_ARTIFICIALSimon Marchi
2023-08-31gdb: remove FIELD_ARTIFICIALSimon Marchi
2023-08-31gdb: introduce field::is_artificial / field::set_is_artificialSimon Marchi
2023-08-31[gdb/symtab] Factor out type::{alloc_fields,copy_fields}Tom de Vries
2023-07-07gdb: fix printf of wchar_t early in a gdb sessionAndrew Burgess
2023-06-03[gdb] Fix typosTom de Vries
2023-05-12Add dynamic_prop::is_constantTom Tromey
2023-05-01Replace field_is_static with a methodTom Tromey
2023-03-29Add frame parameter to resolve_dynamic_typeTom Tromey
2023-03-18Remove objfile_typeTom Tromey
2023-03-18Add some types to struct builtin_typeTom Tromey
2023-03-18Rename objfile_type to builtin_typeTom Tromey
2023-03-18Use type allocator for set typesTom Tromey
2023-03-18Use type allocator for array typesTom Tromey
2023-03-18Use type allocator for range typesTom Tromey
2023-03-18Unify arch_pointer_type and init_pointer_typeTom Tromey
2023-03-18Unify arch_decfloat_type and init_decfloat_typeTom Tromey
2023-03-18Unify arch_float_type and init_float_typeTom Tromey
2023-03-18Unify arch_boolean_type and init_boolean_typeTom Tromey
2023-03-18Unify arch_character_type and init_character_typeTom Tromey
2023-03-18Unify arch_integer_type and init_integer_typeTom Tromey
2023-03-18Remove init_typeTom Tromey
2023-03-18Remove arch_typeTom Tromey
2023-03-18Remove alloc_typeTom Tromey
2023-03-18Remove alloc_type_copyTom Tromey
2023-03-18Remove alloc_type_archTom Tromey
2023-03-18Introduce type_allocatorTom Tromey
2023-03-10Move allocate_stub_method to stabsread.cTom Tromey
2023-03-01Use const for dwarf2_property_batonTom Tromey
2023-03-01Make gdb property batons type-safeTom Tromey
2023-02-13Turn allocate_value into a static "constructor"Tom Tromey
2023-02-13Turn value_type into methodTom Tromey
2023-02-09Increase size of main_type::nfieldsTom Tromey