aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert type copying to new hash tableSimon Marchi2024-11-251-4/+3
* gdb: cleanup includes in gdbtypes.hSimon Marchi2024-11-041-4/+0
* Require trivial destructor in allocate_on_obstackTom Tromey2024-03-211-2/+2
* Use bool in dynamic type codeTom Tromey2024-02-221-1/+1
* Handling of arrays with optimized-out boundsTom Tromey2024-02-051-0/+26
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-121-1/+1
* Allow calling of variadic C++ functionsHannes Domani2023-12-141-1/+2
* Fix build with GCC 7.5Tom Tromey2023-11-221-10/+8
* Use enum accessibility in types and member functionsTom Tromey2023-11-211-13/+14
* Remove char-based bitfield macrosTom Tromey2023-11-211-9/+0
* Remove some type field accessor macrosTom Tromey2023-11-211-9/+0
* Add field::is_publicTom Tromey2023-11-211-1/+5
* Remove byte vectors from cplus_struct_typeTom Tromey2023-11-211-63/+58
* gdb: Replace gdb::optional with std::optionalLancelot Six2023-11-211-4/+4
* Give a language to a typeTom Tromey2023-09-191-13/+22
* Pass a type allocator to init_fixed_point_typeTom Tromey2023-09-191-1/+1
* Introduce type::is_array_like and value_to_arrayTom Tromey2023-09-051-0/+5
* Introduce TYPE_SPECIFIC_RUST_STUFFTom Tromey2023-09-051-1/+10
* gdb: remove TYPE_FIELD_PACKEDSimon Marchi2023-08-311-2/+5
* gdb: remove TYPE_FIELD_BITSIZESimon Marchi2023-08-311-1/+0
* gdb: remove FIELD_BITSIZESimon Marchi2023-08-311-4/+2
* gdb: introduce field::bitsize / field::set_bitsizeSimon Marchi2023-08-311-4/+14
* gdb: remove TYPE_FIELD_ARTIFICIALSimon Marchi2023-08-311-1/+0
* gdb: remove FIELD_ARTIFICIALSimon Marchi2023-08-311-2/+1
* gdb: introduce field::is_artificial / field::set_is_artificialSimon Marchi2023-08-311-2/+12
* [gdb/symtab] Factor out type::{alloc_fields,copy_fields}Tom de Vries2023-08-311-0/+8
* gdb: fix printf of wchar_t early in a gdb sessionAndrew Burgess2023-07-071-2/+12
* [gdb] Fix typosTom de Vries2023-06-031-2/+2
* Add dynamic_prop::is_constantTom Tromey2023-05-121-0/+5
* Replace field_is_static with a methodTom Tromey2023-05-011-2/+12
* Add frame parameter to resolve_dynamic_typeTom Tromey2023-03-291-1/+5
* Remove objfile_typeTom Tromey2023-03-181-39/+1
* Add some types to struct builtin_typeTom Tromey2023-03-181-0/+15
* Rename objfile_type to builtin_typeTom Tromey2023-03-181-1/+1
* Use type allocator for set typesTom Tromey2023-03-181-1/+2
* Use type allocator for array typesTom Tromey2023-03-181-6/+35
* Use type allocator for range typesTom Tromey2023-03-181-8/+21
* Unify arch_pointer_type and init_pointer_typeTom Tromey2023-03-181-6/+10
* Unify arch_decfloat_type and init_decfloat_typeTom Tromey2023-03-181-2/+6
* Unify arch_float_type and init_float_typeTom Tromey2023-03-181-5/+12
* Unify arch_boolean_type and init_boolean_typeTom Tromey2023-03-181-4/+8
* Unify arch_character_type and init_character_typeTom Tromey2023-03-181-4/+7
* Unify arch_integer_type and init_integer_typeTom Tromey2023-03-181-5/+5
* Remove init_typeTom Tromey2023-03-181-2/+0
* Remove arch_typeTom Tromey2023-03-181-2/+0
* Remove alloc_typeTom Tromey2023-03-181-3/+0
* Remove alloc_type_copyTom Tromey2023-03-181-5/+1
* Remove alloc_type_archTom Tromey2023-03-181-2/+0
* Introduce type_allocatorTom Tromey2023-03-181-0/+98
* Move allocate_stub_method to stabsread.cTom Tromey2023-03-101-2/+0