summaryrefslogtreecommitdiff
path: root/gdb/symmisc.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves
2017-10-10Eliminate catch_errorsPedro Alves
2017-09-27Constify some commands in symmisc.cTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-05Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey
2017-02-23Use gdb::function_view in iterate_over_symtabs & coPedro Alves
2017-02-15PR gdb/21164: maint print {symbols,msymbols,psymbols} without args crashSergio Durigan Junior
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22New syntax for mt print symbols,msymbols,psymbols.Doug Evans
2016-12-09gdb: Remove support for obsolete OSABIs and a.outPedro Alves
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-04-20symmisc.c (dump_symtab_1): Print owning compunit for identical blockvectors.Doug Evans
2016-04-19symmisc.c (dump_symtab_1, dump_symtab): Delete arg objfile.Doug Evans
2016-03-11gdb: New maint info line-table command.Andrew Burgess
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (2/2)Simon Marchi
2015-01-31new callback parameter expansion_notify for expand_symtabs_matchingGary Benson
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-23Look up primitive types as symbols.Doug Evans
2014-12-23Replace some symbol accessor macros with functions.Doug Evans
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans
2014-11-18symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.Doug Evans
2014-11-18SYMTAB_DIRNAME: New macro.Doug Evans
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans
2014-11-10symmisc.c: Remove trailing whitespace.Doug Evans
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-05Prepare gdb for 64-bit obstacksAlan Modra
2014-06-18constify some blockvector APIsTom Tromey
2014-02-26add short-circuit logic to elfread.cTom Tromey
2014-02-26move minimal symbols to per-bfdTom Tromey
2014-02-26start change to progspace independenceTom Tromey
2014-02-26change minsym representationTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_stat.hTom Tromey
2013-11-18remove gdb_string.hTom Tromey
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil
2013-08-26 * NEWS: Document "mt print objfiles" now takes optional regexp.Doug Evans
2013-08-24 * symmisc.c (dump_symtab): Delete prototype.Doug Evans
2013-05-30maintenance_expand_symtabs leaks a cleanupTom Tromey
2013-05-17 * NEWS: Mention new maintenance commands check-symtabs, andDoug Evans
2013-04-09 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument toTom Tromey
2013-04-08 * maint.c (print_bfd_section_info): Print the section index.Tom Tromey
2013-04-08 PR symtab/8424:Tom Tromey
2013-02-03gdb/Jan Kratochvil
2013-02-03gdb/Jan Kratochvil