Automatic date update in version.in
[external/binutils.git] / gdb / symtab.c
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.
2015-01-31 Gary Bensonnew callback parameter expansion_notify for expand_symt...
2015-01-31 Doug EvansAdd symbol lookup cache.
2015-01-11 Doug EvansTemporarily revert symbol lookup cache.
2015-01-11 Doug Evanssymtab.c (eq_symbol_entry): Use SYMBOL_SEARCH_NAME...
2015-01-11 Doug EvansImprove comments for symbol_cache_mark_{not_,}found.
2015-01-11 Doug EvansAdd symbol lookup cache.
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23 Doug EvansLook up primitive types as symbols.
2014-12-23 Doug Evansinitialize_objfile_symbol: Renamed from initialize_symbol.
2014-12-23 Doug EvansAdd langdef arg to la_lookup_symbol_nonlocal.
2014-12-23 Doug EvansReplace some symbol accessor macros with functions.
2014-12-17 Doug EvansNew parameter "debug symbol-lookup".
2014-12-17 Doug Evanssymtab.h (struct symbol_search) <symtab>: Delete, unnec...
2014-12-11 Doug Evans(lookup_global_symbol_from_objfile): Simplify.
2014-12-11 Doug Evanssymtab.c (domain_name) <MODULE_DOMAIN>: Add missing...
2014-12-05 Jan KratochvilUnify lookup_symbol_in_objfile_symtabs
2014-12-05 Jan KratochvilRemove const from many struct objfile *
2014-12-04 Jan KratochvilAccelerate lookup_symbol_aux_objfile 85x
2014-12-03 Doug EvansRemove cplus_specific from general_symbol_info.
2014-11-22 Doug Evanssymtab.c: Comment and whitespace improvements.
2014-11-20 Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-11-18 Doug Evanssymtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR...
2014-11-18 Doug Evanssymtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE...
2014-11-18 Doug EvansSYMTAB_OBJFILE: New macro.
2014-11-18 Doug EvansUse SYMBOL_OBJFILE more.
2014-11-15 Doug EvansPR symtab/17559
2014-11-15 Doug Evansexpand_symtab_containing_pc: Renamed from find_pc_sect_...
2014-11-10 Doug EvansPR 17564: Fix objfile search order for static symbols.
2014-11-07 Pedro AlvesRevert old nexti prologue check and eliminate in_prologue
2014-11-07 Doug EvansRename lookup_symbol_global to lookup_global_symbol.
2014-11-07 Doug Evanssymtab.c (basic_lookup_symbol_nonlocal): Add comment.
2014-11-07 Doug EvansRename some "aux" functions.
2014-11-07 Doug Evanslookup_symbol_in_block: Renamed from lookup_symbol_aux_...
2014-11-07 Doug EvansRename lookup_symbol_static to lookup_symbol_in_static_...
2014-11-07 Doug EvansNew macro ALL_BLOCK_SYMBOLS_WITH_NAME.
2014-11-07 Doug EvansMove lookup_block_symbol to block.c, rename to block_lo...
2014-11-07 Doug EvansUse ALL_PRIMARY_SYMTABS instead of ALL_SYMTABS in some...
2014-11-07 Doug EvansDelete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE...
2014-10-26 Doug Evanssymtab.c (lookup_symbol_aux_local): Fix typo in comment.
2014-10-26 Doug EvansRename parameter "kind" to "block_index" in quick looku...
2014-10-26 Doug EvansClean up some function comments in symtab.[ch].
2014-10-26 Doug Evanssymtab.c: forward decl cleanup
2014-10-26 Doug Evanssymtab.c (lookup_symbol_aux_quick): Set block_found...
next