aboutsummaryrefslogtreecommitdiff
path: root/gdb/stabsread.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey1-3/+3
2023-11-21Use enum accessibility in types and member functionsTom Tromey1-2/+2
2023-11-21Remove byte vectors from cplus_struct_typeTom Tromey1-81/+42
2023-11-21gdb: Use std::string_view instead of gdb::string_viewLancelot Six1-1/+1
2023-09-20Remove explanatory comments from includesTom Tromey1-1/+1
2023-09-19Give a language to a typeTom Tromey1-9/+11
2023-08-31gdb: remove FIELD_BITSIZESimon Marchi1-4/+4
2023-08-31gdb: introduce field::bitsize / field::set_bitsizeSimon Marchi1-6/+6
2023-08-31gdb: introduce field::is_artificial / field::set_is_artificialSimon Marchi1-1/+2
2023-08-31[gdb/symtab] Replace TYPE_ALLOC + B_CLRALL with TYPE_ZALLOCTom de Vries1-10/+5
2023-08-31[gdb/symtab] Replace TYPE_ALLOC + memset with TYPE_ZALLOCTom de Vries1-3/+1
2023-08-31[gdb/symtab] Do more zero-initialization of type::fieldsTom de Vries1-1/+1
2023-08-31[gdb/symtab] Factor out type::{alloc_fields,copy_fields}Tom de Vries1-17/+4
2023-03-18Rename objfile_type to builtin_typeTom Tromey1-13/+13
2023-03-18Use type allocator for set typesTom Tromey1-4/+7
2023-03-18Use type allocator for array typesTom Tromey1-2/+3
2023-03-18Use type allocator for range typesTom Tromey1-3/+5
2023-03-18Unify arch_float_type and init_float_typeTom Tromey1-6/+6
2023-03-18Unify arch_boolean_type and init_boolean_typeTom Tromey1-6/+6
2023-03-18Unify arch_character_type and init_character_typeTom Tromey1-2/+2
2023-03-18Unify arch_integer_type and init_integer_typeTom Tromey1-28/+28
2023-03-18Remove init_typeTom Tromey1-6/+11
2023-03-18Remove alloc_typeTom Tromey1-2/+2
2023-03-18Remove alloc_type_copyTom Tromey1-1/+1
2023-03-10Move allocate_stub_method to stabsread.cTom Tromey1-0/+20
2023-02-27Remove old GNU indent directivesTom Tromey1-2/+0
2023-02-08Set section indices when symbols are madeTom Tromey1-6/+8
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-01Add name canonicalization for CTom Tromey1-11/+19
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-5/+5
2022-09-21gdb: add type::length / type::set_lengthSimon Marchi1-5/+5
2022-09-21gdb: add type::target_type / type::set_target_typeSimon Marchi1-1/+1
2022-07-28Rewrite registry.hTom Tromey1-2/+2
2022-06-02ODR warnings for struct nextfieldTom Tromey1-8/+8
2022-04-11gdb: remove MSYMBOL_TYPE macroSimon Marchi1-1/+1
2022-04-11gdb: remove symbol value macrosSimon Marchi1-45/+38
2022-04-04gdb: rename start_symtab/end_symtab to start_compunit_symtab/end_compunit_symtabSimon Marchi1-2/+2
2022-02-06gdb: remove SYMBOL_LINE macroSimon Marchi1-2/+2
2022-02-06gdb: remove SYMBOL_TYPE macroSimon Marchi1-76/+76
2022-02-06gdb: remove SYMBOL_IS_ARGUMENT macroSimon Marchi1-5/+5
2022-02-06gdb: remove SYMBOL_DOMAIN macroSimon Marchi1-26/+26
2022-02-06gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi1-8/+8
2022-02-06gdb: remove SYMBOL_ACLASS_INDEX macro, add getter/setterSimon Marchi1-34/+34
2022-01-18Move gdb obstack code to gdbsupportTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-29gdb: remove FIELD_BITPOS macroSimon Marchi1-2/+2
2021-10-07gdb: add accessors for field (and call site) locationSimon Marchi1-7/+5
2021-09-30gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi1-1/+1
2021-09-30gdb: add field::name / field::set_nameSimon Marchi1-13/+13
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi1-1/+1