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