aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-27Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|functions|locals|var...Philippe Waroquiers1-28/+163
2018-10-04Simple -Wshadow=local fixesTom Tromey1-5/+5
2018-08-29Use block_symbol in linespec APIsKeith Seitz1-1/+3
2018-08-23Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner1-6/+6
2018-07-22Simple unused variable removalsTom Tromey1-1/+0
2018-06-29"break LINENO/*ADDRESS", inline functions and "info break" outputPedro Alves1-7/+25
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-3/+4
2018-06-01Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey1-1/+1
2018-05-03Convert struct target_ops to C++Pedro Alves1-1/+1
2018-04-26For PPC64/ELFv1: Introduce mst_data_gnu_ifuncPedro Alves1-3/+14
2018-04-26Factor out minsym_found/find_function_start_sal overloadPedro Alves1-20/+25
2018-04-26Calling ifunc functions when resolver has debug info, user symbol same namePedro Alves1-0/+32
2018-04-17Don't print symbol declaration's line number in rbreak outputAndreas Arnez1-16/+19
2018-04-13Show line numbers in output for "info var/func/type"Andreas Arnez1-0/+5
2018-03-20Fix misleading indentation error.Stephen Roberts1-12/+12
2018-03-20Replace the linear search in find_pc_sect_line with a binary search.Stephen Roberts1-11/+11
2018-03-19Convert observers to C++Tom Tromey1-4/+4
2018-02-28Create new common/pathstuff.[ch]Sergio Durigan Junior1-0/+1
2018-02-08Return unique_xmalloc_ptr from macro scope functionsTom Tromey1-6/+3
2018-01-10language_get_symbol_name_matcher -> get_symbol_name_matcherPedro Alves1-3/+2
2018-01-10Fix gdb.ada/complete.exp's "complete break ada" test (PR gdb/22670)Pedro Alves1-15/+1
2018-01-05Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves1-14/+41
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-13Fix regression: expression completer and scope operator (PR gdb/22584)Pedro Alves1-1/+1
2017-12-13Factor out final completion match string buildingPedro Alves1-47/+3
2017-12-05Remove some unused variablesSimon Marchi1-2/+0
2017-11-29Handle custom completion match prefix / LCDPedro Alves1-2/+9
2017-11-29Fix setting-breakpoints regression on PPC64 (function descriptors)Pedro Alves1-4/+4
2017-11-17Make template_symbol derive from symbolTom Tromey1-1/+1
2017-11-17Handle dereferencing Rust trait objectsTom Tromey1-0/+39