aboutsummaryrefslogtreecommitdiff
path: root/gdb/mdebugread.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-08Change section_offsets to a std::vectorTom Tromey1-15/+9
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-27Make symbol_set_names a member functionChristian Biesinger1-1/+1
2019-12-16Use a member function to set a symbol's languageChristian Biesinger1-2/+1
2019-12-16Use an accessor function for general_symbol_info::languageChristian Biesinger1-2/+2
2019-11-27Replace SYMBOL_SET_LINKAGE_NAME with a member functionChristian Biesinger1-3/+2
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-5/+5
2019-10-29Change some arguments to gdb::string_view instead of name+lenChristian Biesinger1-37/+43
2019-10-19Replace some more qsort calls with std::sortChristian Biesinger1-14/+14
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-4/+4
2019-10-17[gdb] Fix typos in commentsTom de Vries1-2/+2
2019-10-02Change SYMBOL_VALUE_ADDRESS to be an rvalueTom Tromey1-3/+3
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-09-11Change the type of copy_names from int to boolChristian Biesinger1-16/+16
2019-08-06Use obstack_strdup moreTom Tromey1-8/+4
2019-06-16Remove unnecessary casts of NULLTom Tromey1-21/+20
2019-05-08Convert mdebugread.c to type-safe registry APITom Tromey1-6/+5
2019-03-05Remove excess calls to gdb_flushTom Tromey1-1/+0
2019-01-17Make psymtab range adapter a method on objfileTom Tromey1-1/+1
2019-01-10gdb/23712: Use new multidictionary APIKeith Seitz1-4/+4
2019-01-10Fix leak in mdebugread.cPedro Alves1-9/+14
2019-01-10Add psymtab_storage::allocate_dependenciesTom Tromey1-2/+2
2019-01-10Introduce class psymtab_storageTom Tromey1-5/+6
2019-01-10Change add_psymbol_to_list to use an enumTom Tromey1-15/+15
2019-01-10Remove parameters from start_psymtab_commonTom Tromey1-3/+1
2019-01-09Remove ALL_OBJFILE_PSYMTABSTom Tromey1-11/+11
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-10-04Use std::string in mdebugread.cTom Tromey1-14/+6
2018-10-04Simple -Wshadow=local fixesTom Tromey1-36/+38
2018-07-26Make psymbols and psymtabs independent of the program spaceTom Tromey1-65/+42
2018-07-26Add validity bits for psymtab high and low fieldsTom Tromey1-4/+4
2018-07-26Introduce accessors for psymtab high and low fieldsTom Tromey1-23/+25
2018-07-20Introduce buildsym-legacy.hTom Tromey1-1/+1
2018-07-20Remove buildsym_initTom Tromey1-1/+0
2018-07-20Move the symbol lists to buildsym_compunitTom Tromey1-1/+1
2018-07-20Move current_subfile to buildsym_compunitTom Tromey1-1/+1
2018-07-16Remove buildsym_new_initTom Tromey1-1/+1
2018-06-01Remove TYPE_TAG_NAMETom Tromey1-7/+7
2018-05-23Remove symfile_complaintsTom Tromey1-55/+33
2018-05-20Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possibleSimon Marchi1-34/+17
2018-05-11Remove cleanups from mdebugread.cTom Tromey1-30/+15
2018-05-04Fix "fall through" commentsTom Tromey1-1/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-08Per-language symbol name hashing algorithmPedro Alves1-14/+17
2017-10-14Replace psymbol_allocation_list with std::vectorSimon Marchi1-2/+2
2017-09-27Make init_type/arch_type take a size in bitsUlrich Weigand1-3/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-04-05-Wwrite-strings: The RestPedro Alves1-23/+23