aboutsummaryrefslogtreecommitdiff
path: root/gdb/stabsread.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-10gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macrosAndrew Burgess1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-312/+312
2020-10-29Remove symfile_objfile macroTom Tromey1-2/+3
2020-10-22Remove gdb_assert for TYPE_CODE_METHOD in stabs readerHannes Domani1-3/+0
2020-09-14gdb: remove TYPE_INSTANCE_FLAGSSimon Marchi1-5/+4
2020-09-14Use type_instance_flags more throughoutPedro Alves1-1/+1
2020-09-14gdb: add type::is_prototyped / type::set_is_prototypedSimon Marchi1-3/+3
2020-09-14gdb: add type::target_is_stub / type::set_target_is_stubSimon Marchi1-1/+1
2020-09-14gdb: remove TYPE_STUBSimon Marchi1-3/+3
2020-09-14gdb: add type::is_stub / type::set_is_stubSimon Marchi1-3/+3
2020-09-14gdb: add type::has_no_signedness / type::set_has_no_signednessSimon Marchi1-2/+2
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi1-3/+3
2020-09-14gdb: add type::is_unsigned / type::set_is_unsignedSimon Marchi1-2/+3
2020-06-25Remove obsolete gdbarch_static_transform_nameRainer Orth1-40/+1
2020-06-08gdb: remove FIELD_TYPE macroSimon Marchi1-1/+1
2020-06-08gdb: add field::type / field::set_typeSimon Marchi1-7/+7
2020-05-23gdb: remove TYPE_FIELD macroSimon Marchi1-2/+2
2020-05-22gdb: remove TYPE_FIELDS macroSimon Marchi1-3/+3
2020-05-22gdb: add type::fields / type::set_fieldsSimon Marchi1-9/+12
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-1/+1
2020-05-22gdb: add type::num_fields / type::set_num_fieldsSimon Marchi1-4/+4
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-14/+14
2020-05-16gdb: add type::name / type::set_nameSimon Marchi1-16/+14
2020-05-15Remove allocate_symbol et alTom Tromey1-6/+6
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-25/+25
2020-05-14gdb: add type::code / type::set_codeSimon Marchi1-7/+7
2020-05-08Speed up psymbol reading by removing a copyTom Tromey1-6/+6
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-5/+5
2020-04-01Change how complex types are createdTom Tromey1-4/+4
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-27Make symbol_set_names a member functionChristian Biesinger1-7/+3
2019-12-16Use a member function to set a symbol's languageChristian Biesinger1-4/+4
2019-12-16Use an accessor function for general_symbol_info::languageChristian Biesinger1-3/+3
2019-12-03Replace hash function from bcache with fast_hashChristian Biesinger1-1/+1
2019-11-27Replace SYMBOL_SET_LINKAGE_NAME with a member functionChristian Biesinger1-9/+8
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-36/+26
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-2/+2
2019-10-29Change some arguments to gdb::string_view instead of name+lenChristian Biesinger1-2/+3
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-10-07Move declaration of vtbl_ptr_name to the header.Christian Biesinger1-5/+1
2019-10-02Change SYMBOL_VALUE_ADDRESS to be an rvalueTom Tromey1-9/+13
2019-08-06Introduce obstack_strndupTom Tromey1-4/+4
2019-08-06Add obstack_strdup overload taking a std::stringTom Tromey1-6/+2
2019-08-06Use obstack_strdup moreTom Tromey1-2/+1
2019-06-16Remove unnecessary casts of NULLTom Tromey1-3/+3
2019-05-08Convert stabsread.c to type-safe registry APITom Tromey1-6/+5
2019-03-07C++-ify bcacheTom Tromey1-1/+0