summaryrefslogtreecommitdiff
path: root/gdb/symtab.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|functions|locals|var...Philippe Waroquiers2018-10-271-28/+163
* Simple -Wshadow=local fixesTom Tromey2018-10-041-5/+5
* Use block_symbol in linespec APIsKeith Seitz2018-08-291-1/+3
* Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner2018-08-231-6/+6
* Simple unused variable removalsTom Tromey2018-07-221-1/+0
* "break LINENO/*ADDRESS", inline functions and "info break" outputPedro Alves2018-06-291-7/+25
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-3/+4
* Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey2018-06-011-1/+1
* Convert struct target_ops to C++Pedro Alves2018-05-031-1/+1
* For PPC64/ELFv1: Introduce mst_data_gnu_ifuncPedro Alves2018-04-261-3/+14
* Factor out minsym_found/find_function_start_sal overloadPedro Alves2018-04-261-20/+25
* Calling ifunc functions when resolver has debug info, user symbol same namePedro Alves2018-04-261-0/+32
* Don't print symbol declaration's line number in rbreak outputAndreas Arnez2018-04-171-16/+19
* Show line numbers in output for "info var/func/type"Andreas Arnez2018-04-131-0/+5
* Fix misleading indentation error.Stephen Roberts2018-03-201-12/+12
* Replace the linear search in find_pc_sect_line with a binary search.Stephen Roberts2018-03-201-11/+11
* Convert observers to C++Tom Tromey2018-03-191-4/+4
* Create new common/pathstuff.[ch]Sergio Durigan Junior2018-02-281-0/+1
* Return unique_xmalloc_ptr from macro scope functionsTom Tromey2018-02-081-6/+3
* language_get_symbol_name_matcher -> get_symbol_name_matcherPedro Alves2018-01-101-3/+2
* Fix gdb.ada/complete.exp's "complete break ada" test (PR gdb/22670)Pedro Alves2018-01-101-15/+1
* Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves2018-01-051-14/+41
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Fix regression: expression completer and scope operator (PR gdb/22584)Pedro Alves2017-12-131-1/+1
* Factor out final completion match string buildingPedro Alves2017-12-131-47/+3
* Remove some unused variablesSimon Marchi2017-12-051-2/+0
* Handle custom completion match prefix / LCDPedro Alves2017-11-291-2/+9