aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-20Replace solib_global_lookup with gdbarch_iterate_over_objfiles_in_search_orderChristian Biesinger1-5/+1
2019-09-19bfd_section_* macrosAlan Modra1-9/+6
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-7/+7
2019-09-11Change the type of copy_names from int to boolChristian Biesinger1-1/+1
2019-09-10Simplify psym_map_matching_symbolsTom Tromey1-0/+15
2019-09-10Change iterate_over_symbols to return boolTom Tromey1-9/+4
2019-08-28gdb/fortran: Don't include module symbols when searching for typesAndrew Burgess1-1/+2
2019-08-27gdb: Add new -n flag to some info commandsAndrew Burgess1-17/+103
2019-08-26Factor out the common code in lookup_{static,global}_symbolChristian Biesinger1-57/+45
2019-08-24Fix compile warning in symtab.cChristian Biesinger1-6/+5
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-2/+1
2019-08-06Replace int with enum block_enum where appropriate.Christian Biesinger1-6/+9
2019-08-03New "info sources" args [-dirname | -basename] [--] [REGEXP]Philippe Waroquiers1-8/+151
2019-07-24Allow passing a block to lookup_global_symbol_from_objfileChristian Biesinger1-2/+5
2019-07-22gdb: Improve output from "info types" commadAndrew Burgess1-13/+21
2019-07-22gdb: Switch "info types" over to use the gdb::options frameworkAndrew Burgess1-4/+59
2019-07-21Use block_enum instead of int for better typesafetyChristian Biesinger1-4/+8
2019-07-18Constify main_nameTom Tromey1-2/+4
2019-07-11gdb: Add command completers for some info commandsAndrew Burgess1-6/+13
2019-07-11gdb: Make use of gdb::option framework for some info commandsAndrew Burgess1-30/+14
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-07-09gdb: Don't skip prologue for explicit line breakpoints in assemblerAndrew Burgess1-8/+13
2019-06-10[gdb/symtab] Fix symbol loading performance regressionTom de Vries1-6/+9
2019-05-08Convert symbol_cache to type-safe registry APITom Tromey1-54/+21
2019-05-08Convert main_info to type-safe registry APITom Tromey1-29/+15
2019-05-03Remove "struct" from foreach statementsTom Tromey1-2/+2
2019-04-10Introduce a separate debug objfile iteratorTom Tromey1-9/+3
2019-03-24Remove null_block_symbolTom Tromey1-19/+16
2019-03-24More block constificationTom Tromey1-4/+4
2019-03-15Use htab_up for demangled hashTom Tromey1-3/+3
2019-02-20Fix typos in symtab_symbol_infoTom Tromey1-2/+2
2019-02-12Make symtab.c better styled.Philippe Waroquiers1-16/+39
2019-01-17Make minimal symbol range adapter a method on objfileTom Tromey1-3/+3
2019-01-17Add compunits range adapter to objfileTom Tromey1-9/+9
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-23/+23
2019-01-17Replace "the the" with "the"Tom Tromey1-1/+1
2019-01-12Fix 'obj' may be used uninitialized warning in symtab.c:matching_obj_sections.Philippe Waroquiers1-1/+1
2019-01-10Change symbol_set_names to take an objfile_per_bfd_storageTom Tromey1-2/+1
2019-01-10Change create_demangled_names_hash to take an objfile_per_bfd_storageTom Tromey1-3/+3
2019-01-09Remove ALL_OBJFILES and ALL_FILETABSTom Tromey1-58/+73
2019-01-09Remove ALL_COMPUNIT_FILETABSTom Tromey1-14/+8
2019-01-09Remove ALL_COMPUNITSTom Tromey1-118/+125
2019-01-09Remove ALL_OBJFILE_COMPUNITSTom Tromey1-12/+2
2019-01-09Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLSTom Tromey1-110/+127
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-107/+103
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-20Use scoped_switch_to_sym_language_if_auto in symtab.c to switch language.Philippe Waroquiers1-7/+5
2018-11-20Fix regression 'info variables' does not show minimal symbols.Philippe Waroquiers1-9/+8
2018-11-09[gdb/symtab] Fix language of duplicate static minimal symbolTom de Vries1-7/+7
2018-11-02QUIET flag initialization missing in 2 places.Philippe Waroquiers1-1/+1