summaryrefslogtreecommitdiff
path: root/gdb/stabsread.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey
2023-11-21Use enum accessibility in types and member functionsTom Tromey
2023-11-21Remove byte vectors from cplus_struct_typeTom Tromey
2023-11-21gdb: Use std::string_view instead of gdb::string_viewLancelot Six
2023-09-20Remove explanatory comments from includesTom Tromey
2023-09-19Give a language to a typeTom Tromey
2023-08-31gdb: remove FIELD_BITSIZESimon Marchi
2023-08-31gdb: introduce field::bitsize / field::set_bitsizeSimon Marchi
2023-08-31gdb: introduce field::is_artificial / field::set_is_artificialSimon Marchi
2023-08-31[gdb/symtab] Replace TYPE_ALLOC + B_CLRALL with TYPE_ZALLOCTom de Vries
2023-08-31[gdb/symtab] Replace TYPE_ALLOC + memset with TYPE_ZALLOCTom de Vries
2023-08-31[gdb/symtab] Do more zero-initialization of type::fieldsTom de Vries
2023-08-31[gdb/symtab] Factor out type::{alloc_fields,copy_fields}Tom de Vries
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_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 alloc_typeTom Tromey
2023-03-18Remove alloc_type_copyTom Tromey
2023-03-10Move allocate_stub_method to stabsread.cTom Tromey
2023-02-27Remove old GNU indent directivesTom Tromey
2023-02-08Set section indices when symbols are madeTom Tromey
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-12-01Add name canonicalization for CTom Tromey
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi
2022-09-21gdb: add type::length / type::set_lengthSimon Marchi
2022-09-21gdb: add type::target_type / type::set_target_typeSimon Marchi
2022-07-28Rewrite registry.hTom Tromey
2022-06-02ODR warnings for struct nextfieldTom Tromey
2022-04-11gdb: remove MSYMBOL_TYPE macroSimon Marchi
2022-04-11gdb: remove symbol value macrosSimon Marchi
2022-04-04gdb: rename start_symtab/end_symtab to start_compunit_symtab/end_compunit_symtabSimon Marchi
2022-02-06gdb: remove SYMBOL_LINE macroSimon Marchi
2022-02-06gdb: remove SYMBOL_TYPE macroSimon Marchi
2022-02-06gdb: remove SYMBOL_IS_ARGUMENT macroSimon Marchi
2022-02-06gdb: remove SYMBOL_DOMAIN macroSimon Marchi
2022-02-06gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi
2022-02-06gdb: remove SYMBOL_ACLASS_INDEX macro, add getter/setterSimon Marchi
2022-01-18Move gdb obstack code to gdbsupportTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-10-29gdb: remove FIELD_BITPOS macroSimon Marchi
2021-10-07gdb: add accessors for field (and call site) locationSimon Marchi
2021-09-30gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi
2021-09-30gdb: add field::name / field::set_nameSimon Marchi