aboutsummaryrefslogtreecommitdiff
path: root/gdb/stabsread.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-06Remove last cleanups from stabsread.cTom Tromey1-46/+35
2019-01-22Remove the EXTERN define from stabsread.hTom Tromey1-5/+13
2019-01-17Make minimal symbol range adapter a method on objfileTom Tromey1-1/+1
2019-01-09Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLSTom Tromey1-2/+1
2019-01-09gdb: Remove support for old mangling schemesSimon Marchi1-20/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-21Introduce gdbarch_num_cooked_regsSimon Marchi1-6/+2
2018-07-20Parameterize cp_scan_for_anonymous_namespacesTom Tromey1-1/+2
2018-07-20Introduce buildsym-legacy.hTom Tromey1-1/+1
2018-07-20Move the symbol lists to buildsym_compunitTom Tromey1-32/+33
2018-07-20Move current_subfile to buildsym_compunitTom Tromey1-4/+4
2018-07-16Move scan_file_globals declaration to stabsread.hTom Tromey1-3/+1
2018-07-16Move within_function to stabsreadTom Tromey1-0/+1
2018-07-16Move some code from buildsym to stabsreadTom Tromey1-0/+9