aboutsummaryrefslogtreecommitdiff
path: root/gdb/symmisc.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-26For PPC64/ELFv1: Introduce mst_data_gnu_ifuncPedro Alves1-0/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves1-0/+1
2017-10-10Eliminate catch_errorsPedro Alves1-29/+18
2017-09-27Constify some commands in symmisc.cTom Tromey1-7/+7
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-08-05Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey1-20/+8
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey1-12/+5
2017-02-23Use gdb::function_view in iterate_over_symtabs & coPedro Alves1-33/+14
2017-02-15PR gdb/21164: maint print {symbols,msymbols,psymbols} without args crashSergio Durigan Junior1-4/+4
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-6/+8
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22New syntax for mt print symbols,msymbols,psymbols.Doug Evans1-70/+149
2016-12-09gdb: Remove support for obsolete OSABIs and a.outPedro Alves1-1/+1
2016-05-07remove trivialy unused variablesTrevor Saunders1-1/+0
2016-04-20symmisc.c (dump_symtab_1): Print owning compunit for identical blockvectors.Doug Evans1-1/+6
2016-04-19symmisc.c (dump_symtab_1, dump_symtab): Delete arg objfile.Doug Evans1-7/+6
2016-03-11gdb: New maint info line-table command.Andrew Burgess1-0/+90
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-1/+1
2015-01-31new callback parameter expansion_notify for expand_symtabs_matchingGary Benson1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Look up primitive types as symbols.Doug Evans1-2/+6
2014-12-23Replace some symbol accessor macros with functions.Doug Evans1-1/+1
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-46/+69
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans1-1/+1
2014-11-18symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.Doug Evans1-3/+4
2014-11-18SYMTAB_DIRNAME: New macro.Doug Evans1-3/+4