summaryrefslogtreecommitdiff
path: root/gdb/symmisc.c
Commit message (Expand)AuthorAgeFilesLines
* Use scoped_restore_current_language in two placesTom Tromey2019-03-231-6/+2
* C++-ify bcacheTom Tromey2019-03-071-11/+8
* Make minimal symbol range adapter a method on objfileTom Tromey2019-01-171-1/+1
* Add compunits range adapter to objfileTom Tromey2019-01-171-8/+8
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-9/+9
* gdb/23712: Use new multidictionary APIKeith Seitz2019-01-101-3/+3
* Introduce class psymtab_storageTom Tromey2019-01-101-5/+7
* Remove ALL_OBJFILE_FILETABSTom Tromey2019-01-091-23/+33
* Remove ALL_COMPUNIT_FILETABSTom Tromey2019-01-091-10/+2
* Remove ALL_OBJFILE_COMPUNITSTom Tromey2019-01-091-13/+6
* Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLSTom Tromey2019-01-091-2/+1
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-091-10/+8
* Remove ALL_PSPACE_OBJFILESTom Tromey2019-01-091-216/+209
* Use upper case for more metasyntactic variables in gdbTom Tromey2019-01-041-3/+3
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove TYPE_TAG_NAMETom Tromey2018-06-011-1/+1
* For PPC64/ELFv1: Introduce mst_data_gnu_ifuncPedro Alves2018-04-261-0/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves2017-11-081-0/+1
* Eliminate catch_errorsPedro Alves2017-10-101-29/+18
* Constify some commands in symmisc.cTom Tromey2017-09-271-7/+7
* 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