Use scoped_switch_to_sym_language_if_auto in symtab.c to switch language.
[external/binutils.git] / gdb / symtab.c
2018-11-20 Philippe WaroquiersUse scoped_switch_to_sym_language_if_auto in symtab...
2018-11-20 Philippe WaroquiersFix regression 'info variables' does not show minimal...
2018-11-09 Tom de Vries[gdb/symtab] Fix language of duplicate static minimal...
2018-11-02 Philippe WaroquiersQUIET flag initialization missing in 2 places.
2018-10-27 Philippe WaroquiersAdd [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info...
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-08-29 Keith SeitzUse block_symbol in linespec APIs
2018-08-23 Kevin BuettnerUse BLOCK_ENTRY_PC in place of most uses of BLOCK_START
2018-07-22 Tom TromeySimple unused variable removals
2018-06-29 Pedro Alves"break LINENO/*ADDRESS", inline functions and "info...
2018-06-07 Pedro Alvestarget_stack -> current_top_target() throughout
2018-06-01 Tom TromeyRemove type_name_no_tag and rename type_name_no_tag_or_...
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-04-26 Pedro AlvesFor PPC64/ELFv1: Introduce mst_data_gnu_ifunc
2018-04-26 Pedro AlvesFactor out minsym_found/find_function_start_sal overload
2018-04-26 Pedro AlvesCalling ifunc functions when resolver has debug info...
2018-04-17 Andreas ArnezDon't print symbol declaration's line number in rbreak...
2018-04-13 Andreas ArnezShow line numbers in output for "info var/func/type"
2018-03-20 Stephen RobertsFix misleading indentation error.
2018-03-20 Stephen RobertsReplace the linear search in find_pc_sect_line with...
2018-03-19 Tom TromeyConvert observers to C++
2018-02-28 Sergio Durigan JuniorCreate new common/pathstuff.[ch]
2018-02-08 Tom TromeyReturn unique_xmalloc_ptr from macro scope functions
2018-01-10 Pedro Alveslanguage_get_symbol_name_matcher -> get_symbol_name_matcher
2018-01-10 Pedro AlvesFix gdb.ada/complete.exp's "complete break ada" test...
2018-01-05 Pedro AlvesFix regresssion(internal-error) printing subprogram...
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-13 Pedro AlvesFix regression: expression completer and scope operator...
2017-12-13 Pedro AlvesFactor out final completion match string building
2017-12-05 Simon MarchiRemove some unused variables
2017-11-29 Pedro AlvesHandle custom completion match prefix / LCD
2017-11-29 Pedro AlvesFix setting-breakpoints regression on PPC64 (function...
2017-11-17 Tom TromeyMake template_symbol derive from symbol
2017-11-17 Tom TromeyHandle dereferencing Rust trait objects
2017-11-08 Pedro AlvesMake the linespec/location completer ignore data symbols
2017-11-08 Pedro AlvesSimplify completion_list_add_name | remove sym_text...
2017-11-08 Pedro Alveslookup_name_info::make_ignore_params
2017-11-08 Pedro AlvesIntroduce lookup_name_info and generalize Ada's FULL...
2017-11-08 Pedro AlvesPer-language symbol name hashing algorithm
2017-11-07 Tom TromeyConstify add_setshow_*
2017-11-07 Tom TromeyConstify add_info
2017-11-07 Tom TromeyConstify add_com
2017-11-04 Tom TromeyReplace start_rbreak_breakpoints and end_rbreak_breakpoints
2017-10-09 Tom TromeyChange search_symbols to return std::vector
2017-09-30 Tom TromeyRemove a cleanup from symtab.c
2017-09-27 Tom TromeyConstify some commands in symtab.c
2017-09-20 Pedro AlvesMake "list ambiguous" show symbol names too
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-04 Pedro AlvesKill init_sal
2017-08-22 Simon MarchiRename some command functions
2017-08-22 Tom TromeyChange gdb_realpath to return a unique_xmalloc_ptr
2017-08-21 Pedro AlvesHandle function aliases better (PR gdb/19487, errno...
2017-07-25 Yao QiCatch exceptions thrown from gdbarch_skip_prologue
2017-07-17 Pedro AlvesRewrite/enhance explicit locations completer, parse...
2017-07-17 Pedro AlvesIntroduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throu...
2017-07-17 Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-07-17 Pedro AlvesRename make_symbol_completion_list_fn -> symbol_completer
2017-07-17 Pedro AlvesFix TAB-completion + .gdb_index slowness (generalize...
2017-07-14 Tom TromeyMake gdb.lookup_typename work for Rust types
2017-07-14 Pedro AlvesFix gdb.base/completion.exp with --target_board=dwarf4...
2017-06-27 Pedro Alvescompletion_list_add_name wrapper functions
2017-06-07 Pedro AlvesIntroduce compiled_regex, eliminate make_regfree_cleanup
2017-05-04 Pedro AlvesRAII-fy make_cleanup_restore_current_thread & friends
2017-04-12 Tom TromeyChange find_pcs_for_symtab_line to return a std::vector
2017-03-20 Artemiy VolkovConvert lvalue reference type check to general referenc...
2017-02-24 Pedro Alvessymtab.c: Small refactor
2017-02-23 Pedro AlvesUse gdb::function_view in iterate_over_symtabs & co
2017-02-09 Gary BensonFix NULL pointer dereference
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-08 Pedro AlvesUse ui_file_as_string throughout more
2016-10-06 Tom TromeyRemove Java support
2016-07-26 Tom TromeyPR python/20190 - compute TLS symbol without a frame
2016-06-24 Tom TromeyMove logic out of symbol_find_demangled_name
2016-05-17 Tom TromeyAdd support for the Rust language
2016-05-08 Trevor Saundersremove trivialy unused variables
2016-02-23 Doug EvansExtend "skip" command to support -file, -gfile, -functi...
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-17 Pedro AlvesIntroduce null_block_symbol
2015-10-26 Simon Marchisymtab.c: Add cast
2015-10-13 Pedro AlvesMore char constification
2015-09-25 Simon MarchiAdd some more casts (2/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-09-19 Doug Evanssymtab.h (general_symbol_info) <mangled_lang>: delete...
2015-09-15 Jan Kratochvil[ppc64le] Use skip_entrypoint for skip_trampoline_code
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-10 Doug EvansPR gdb/17960 Internal error: tracker != NULL when compl...
2015-08-06 Simon MarchiAdd casts for legitimate integer to enum conversions
2015-08-01 Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-07-14 Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-06-26 Jan KratochvilDo not skip prologue for asm (.S) files
2015-05-27 Doug EvansPR symtab/18258
2015-04-11 Jan KratochvilRemove --xdb
2015-04-06 Doug Evanssymtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbol...
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-06 Gary BensonNew common function "startswith"
2015-02-27 Tom TromeyFix struct, union, and enum nesting in C++
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-12 Doug Evanscompleter.c (completion_list_add_name): Fix memory...
2015-01-31 Gary BensonAdd max-completions parameter, and implement tab-comple...
2015-01-31 Gary BensonBuild list of completions as symbol tables are expanded.
next