aboutsummaryrefslogtreecommitdiff
path: root/gdb/symmisc.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans1-1/+1
2014-11-10symmisc.c: Remove trailing whitespace.Doug Evans1-7/+7
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-08-05Prepare gdb for 64-bit obstacksAlan Modra1-4/+6
2014-06-18constify some blockvector APIsTom Tromey1-1/+1
2014-02-26add short-circuit logic to elfread.cTom Tromey1-2/+2
2014-02-26move minimal symbols to per-bfdTom Tromey1-4/+4
2014-02-26start change to progspace independenceTom Tromey1-1/+2
2014-02-26change minsym representationTom Tromey1-5/+5
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil1-9/+11
2013-08-26 * NEWS: Document "mt print objfiles" now takes optional regexp.Doug Evans1-3/+9
2013-08-24 * symmisc.c (dump_symtab): Delete prototype.Doug Evans1-8/+3
2013-05-30maintenance_expand_symtabs leaks a cleanupTom Tromey1-0/+2
2013-05-17 * NEWS: Mention new maintenance commands check-symtabs, andDoug Evans1-0/+138
2013-04-09 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument toTom Tromey1-1/+1
2013-04-08 * maint.c (print_bfd_section_info): Print the section index.Tom Tromey1-3/+9
2013-04-08 PR symtab/8424:Tom Tromey1-2/+3