summaryrefslogtreecommitdiff
path: root/gdb/symmisc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey2017-08-051-20/+8
* Introduce gdb_argv, a class wrapper for buildargvTom Tromey2017-08-031-12/+5
* Use gdb::function_view in iterate_over_symtabs & coPedro Alves2017-02-231-33/+14
* PR gdb/21164: maint print {symbols,msymbols,psymbols} without args crashSergio Durigan Junior2017-02-151-4/+4
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-6/+8
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* New syntax for mt print symbols,msymbols,psymbols.Doug Evans2016-12-221-70/+149
* gdb: Remove support for obsolete OSABIs and a.outPedro Alves2016-12-091-1/+1
* remove trivialy unused variablesTrevor Saunders2016-05-071-1/+0
* symmisc.c (dump_symtab_1): Print owning compunit for identical blockvectors.Doug Evans2016-04-201-1/+6
* symmisc.c (dump_symtab_1, dump_symtab): Delete arg objfile.Doug Evans2016-04-191-7/+6
* gdb: New maint info line-table command.Andrew Burgess2016-03-111-0/+90
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-1/+1
* new callback parameter expansion_notify for expand_symtabs_matchingGary Benson2015-01-311-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Look up primitive types as symbols.Doug Evans2014-12-231-2/+6
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-1/+1
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-46/+69
* symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans2014-11-181-1/+1
* symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.Doug Evans2014-11-181-3/+4
* SYMTAB_DIRNAME: New macro.Doug Evans2014-11-181-3/+4
* SYMTAB_OBJFILE: New macro.Doug Evans2014-11-181-1/+1
* symmisc.c: Remove trailing whitespace.Doug Evans2014-11-101-7/+7
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-2/+0
* Prepare gdb for 64-bit obstacksAlan Modra2014-08-051-4/+6
* constify some blockvector APIsTom Tromey2014-06-181-1/+1
* add short-circuit logic to elfread.cTom Tromey2014-02-261-2/+2
* move minimal symbols to per-bfdTom Tromey2014-02-261-4/+4
* start change to progspace independenceTom Tromey2014-02-261-1/+2
* change minsym representationTom Tromey2014-02-261-5/+5
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_stat.hTom Tromey2013-11-181-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Code cleanup: Add objfile_name accessorJan Kratochvil2013-09-241-9/+11
* * NEWS: Document "mt print objfiles" now takes optional regexp.Doug Evans2013-08-261-3/+9
* * symmisc.c (dump_symtab): Delete prototype.Doug Evans2013-08-241-8/+3
* maintenance_expand_symtabs leaks a cleanupTom Tromey2013-05-301-0/+2
* * NEWS: Mention new maintenance commands check-symtabs, andDoug Evans2013-05-171-0/+138
* * symmisc.c (dump_msymbols): Cast fprintf_filtered argument toTom Tromey2013-04-091-1/+1
* * maint.c (print_bfd_section_info): Print the section index.Tom Tromey2013-04-081-3/+9
* PR symtab/8424:Tom Tromey2013-04-081-2/+3
* gdb/Jan Kratochvil2013-02-031-5/+9
* gdb/Jan Kratochvil2013-02-031-1/+1
* gdb/Jan Kratochvil2013-01-211-0/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* gdb/Yao Qi2012-12-201-4/+28
* * symmisc.c: Whitespace fixes.Doug Evans2012-12-041-1/+2