aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-08Make the linespec/location completer ignore data symbolsPedro Alves1-3/+42
2017-11-08Simplify completion_list_add_name | remove sym_text / sym_text_lenPedro Alves1-61/+29
2017-11-08lookup_name_info::make_ignore_paramsPedro Alves1-47/+18
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves1-48/+150
2017-11-08Per-language symbol name hashing algorithmPedro Alves1-0/+8
2017-11-07Constify add_setshow_*Tom Tromey1-1/+1
2017-11-07Constify add_infoTom Tromey1-11/+3
2017-11-07Constify add_comTom Tromey1-4/+12
2017-11-04Replace start_rbreak_breakpoints and end_rbreak_breakpointsTom Tromey1-40/+8
2017-10-08Change search_symbols to return std::vectorTom Tromey1-159/+45
2017-09-29Remove a cleanup from symtab.cTom Tromey1-8/+1
2017-09-27Constify some commands in symtab.cTom Tromey1-3/+3
2017-09-20Make "list ambiguous" show symbol names tooPedro Alves1-0/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-09-04Kill init_salPedro Alves1-19/+7
2017-08-22Rename some command functionsSimon Marchi1-9/+9