Remove path name from test case
[binutils-gdb.git] / gdb / dictionary.c
2023-07-04 Andrew Burgessgdb: have mdict_size always return a symbol count
2023-04-29 Manoj Guptagdb: Fix building with latest libc++
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-01-18 Tom TromeyMove gdb obstack code to gdbsupport
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-14 Tom TromeyHandle block-local names for Ada
2020-06-17 Andrew Burgessgdb: Convert language la_get_symbol_name_matcher field...
2020-06-02 Andrew Burgessgdb: Convert language la_search_name_hash field to...
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-16 Christian BiesingerUse an accessor function for general_symbol_info::language
2019-11-26 Simon MarchiRemove dict_empty/mdict_empty
2019-11-26 Simon MarchiMake a bunch of functions static
2019-11-22 Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-07-10 Tom TromeyDon't include gdbarch.h from defs.h
2019-05-04 Tom TromeyRemove "struct" from foreach statements
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-01-10 Keith Seitzgdb/23712: Cleanup/Remove temporary dictionary functions
2019-01-10 Keith Seitzgdb/23712: Introduce multidictionary's
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-01-10 Pedro Alveslanguage_get_symbol_name_matcher -> get_symbol_name_matcher
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-25 Pedro AlvesUse TOLOWER in SYMBOL_HASH_NEXT
2017-11-09 Tom TromeySpeed up dict_hash
2017-11-08 Pedro AlvesIntroduce lookup_name_info and generalize Ada's FULL...
2017-11-08 Pedro AlvesPer-language symbol name hashing algorithm
2017-07-20 Pedro AlvesEliminate block_iter_name_*
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-03-06 Gary BensonNew common function "startswith"
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-07-10 Doug Evans * dictionary.c (dict_add_pending): New function.
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-12-21 Joel Brobecker[Ada] Breakpoints on task bodies
2011-04-06 Jan Kratochvilgdb/
2011-01-07 Michael Snyder2011-01-07 Michael Snyder <msnyder@vmware.com>
2011-01-05 Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-11-24 Jan Kratochvilgdb/
2010-10-26 Joel Brobeckeravoid assignment inside if condition (dictionary.c)
2010-10-07 Paul N. HilfingerCorrect dict_hash to our most recent version.
2010-10-07 Paul N. HilfingerExtend hashed symbol dictionaries to work with Ada
2010-05-14 Michael Snyder2010-05-13 Michael Snyder <msnyder@vmware.com>
2010-05-06 Michael Snyder2010-05-06 Michael Snyder <msnyder@vmware.com>
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-05-01 Jan Kratochvilgdb/
2009-01-03 Joel Brobecker Updated copyright notices for most files.
2008-01-01 Daniel Jacobowitz Updated copyright notices for most files.
2007-08-23 Joel Brobecker Switch the license of all .c files to GPLv3.
2007-01-09 Daniel JacobowitzCopyright updates for 2007.
2006-04-20 Elena ZannoniThis commit was generated by cvs2svn to track changes...
2005-12-17 Eli Zaretskii * breakpoint.c:
2005-02-11 Andrew Cagney2005-02-11 Andrew Cagney <cagney@gnu.org>
2004-06-02 Andrew Cagney2004-06-02 Albert Chin-A-Young <china@thewrittenword...
2004-05-20 Paul N. Hilfinger* symtab.h (SYMBOL_SEARCH_NAME): New definition.
2003-06-11 David Carlton2003-06-11 David Carlton <carlton@bactrian.org>