aboutsummaryrefslogtreecommitdiff
path: root/gdb/symmisc.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-27Fix timeout with maint print objfilesLuis Machado1-5/+2
2021-04-17Add 'domain' parameter to expand_symtabs_matchingTom Tromey1-0/+1
2021-04-17Add search_flags to expand_symtabs_matchingTom Tromey1-0/+1
2021-03-20Move psymtab statistics printing to psymtab.cTom Tromey1-41/+8
2021-03-20Introduce method wrappers for quick_symbol_functionsTom Tromey1-21/+13
2021-02-10gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macrosAndrew Burgess1-1/+1
2021-02-10gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTIONAndrew Burgess1-2/+2
2021-02-05gdb: symmisc.c: remove std_{in,out,err}Simon Marchi1-14/+0
2021-01-20gdb: make some variables staticSimon Marchi1-3/+3
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-1/+1
2020-11-01Remove partial symbol statisticsTom Tromey1-2/+19
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-1/+1
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-3/+3
2020-05-08Remove ALL_PSPACESTom Tromey1-73/+61
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-3/+3
2020-04-14[gdb] Expand symbolless symtabs using maint expand-symtabsTom de Vries1-6/+2
2020-03-25[gdb] Print user/includes fields for maint commandsTom de Vries1-3/+51
2020-03-20Fix column alignment in "maint info line-table"Tom Tromey1-12/+17
2020-03-10gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess1-3/+7
2020-03-04Introduce objfile::internTom Tromey1-7/+3
2020-01-24gdb: Include end of sequence markers in the line tableAndrew Burgess1-2/+6
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-08Change section_offsets to a std::vectorTom Tromey1-2/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-7/+7
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-3/+3
2019-11-06Remove some includes of readline.hTom Tromey1-1/+1
2019-10-02Handle copy relocationsTom Tromey1-3/+7
2019-09-19bfd_section_* macrosAlan Modra1-10/+5
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-03-29Allow really large fortran array bounds: TYPE_LENGTH to ULONGESTKeith Seitz1-2/+2
2019-03-24More block constificationTom Tromey1-3/+3
2019-03-23Use scoped_restore_current_language in two placesTom Tromey1-6/+2
2019-03-07C++-ify bcacheTom Tromey1-11/+8
2019-01-17Make minimal symbol range adapter a method on objfileTom Tromey1-1/+1
2019-01-17Add compunits range adapter to objfileTom Tromey1-8/+8
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-9/+9
2019-01-10gdb/23712: Use new multidictionary APIKeith Seitz1-3/+3
2019-01-10Introduce class psymtab_storageTom Tromey1-5/+7
2019-01-09Remove ALL_OBJFILE_FILETABSTom Tromey1-23/+33
2019-01-09Remove ALL_COMPUNIT_FILETABSTom Tromey1-10/+2
2019-01-09Remove ALL_OBJFILE_COMPUNITSTom Tromey1-13/+6
2019-01-09Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLSTom Tromey1-2/+1
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-10/+8
2019-01-09Remove ALL_PSPACE_OBJFILESTom Tromey1-216/+209
2019-01-04Use upper case for more metasyntactic variables in gdbTom Tromey1-3/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-06-01Remove TYPE_TAG_NAMETom Tromey1-1/+1