aboutsummaryrefslogtreecommitdiff
path: root/gdb/stabsread.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-01Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey1-4/+4
2018-06-01Remove TYPE_TAG_NAMETom Tromey1-13/+7
2018-05-23Remove symfile_complaintsTom Tromey1-46/+27
2018-05-20Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possibleSimon Marchi1-5/+2
2018-05-04Add a fall-through comment to stabsread.cTom Tromey1-0/+1
2018-05-04Fix "fall through" commentsTom Tromey1-2/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-06Target FP: Add string routines to target-float.{c,h}Ulrich Weigand1-7/+3
2017-09-27Make init_type/arch_type take a size in bitsUlrich Weigand1-5/+7
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-04-05-Wwrite-strings: The RestPedro Alves1-62/+67
2017-03-20Change {lookup,make}_reference_type APIArtemiy Volkov1-1/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-09gdb: Remove support for obsolete OSABIs and a.outPedro Alves1-4/+5
2016-11-08Use ui_file_as_string throughout morePedro Alves1-9/+12
2016-09-06Add gdbarch callback to provide formats for debug info float typesUlrich Weigand1-3/+21