summaryrefslogtreecommitdiff
path: root/gdb/dictionary.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: Fix building with latest libc++Manoj Gupta2023-04-291-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-4/+2
* Move gdb obstack code to gdbsupportTom Tromey2022-01-181-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Handle block-local names for AdaTom Tromey2020-12-141-0/+7
* gdb: Convert language la_get_symbol_name_matcher field to a methodAndrew Burgess2020-06-171-3/+3
* gdb: Convert language la_search_name_hash field to a methodAndrew Burgess2020-06-021-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Use an accessor function for general_symbol_info::languageChristian Biesinger2019-12-161-5/+5
* Remove dict_empty/mdict_emptySimon Marchi2019-11-261-24/+0
* Make a bunch of functions staticSimon Marchi2019-11-261-4/+4
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-4/+4
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Remove "struct" from foreach statementsTom Tromey2019-05-031-1/+1
* Revert the header-sorting patchTom Tromey2019-04-061-9/+3
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-3/+9
* gdb/23712: Cleanup/Remove temporary dictionary functionsKeith Seitz2019-01-101-74/+23
* gdb/23712: Introduce multidictionary'sKeith Seitz2019-01-101-68/+486
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* language_get_symbol_name_matcher -> get_symbol_name_matcherPedro Alves2018-01-101-3/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Use TOLOWER in SYMBOL_HASH_NEXTPedro Alves2017-11-251-0/+1
* Speed up dict_hashTom Tromey2017-11-091-16/+16
* Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves2017-11-081-33/+33
* Per-language symbol name hashing algorithmPedro Alves2017-11-081-28/+27
* Eliminate block_iter_name_*Pedro Alves2017-07-201-14/+0
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-12/+8
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-8/+6
* New common function "startswith"Gary Benson2015-03-061-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * dictionary.c (dict_add_pending): New function.Doug Evans2012-07-101-0/+16
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+1
* [Ada] Breakpoints on task bodiesJoel Brobecker2011-12-211-0/+11
* gdb/Jan Kratochvil2011-04-061-1/+1
* 2011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-071-3/+1
* 2011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-051-1/+2
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+2
* gdb/Jan Kratochvil2010-11-241-27/+15
* avoid assignment inside if condition (dictionary.c)Joel Brobecker2010-10-261-2/+3
* Correct dict_hash to our most recent version.Paul N. Hilfinger2010-10-071-8/+17
* Extend hashed symbol dictionaries to work with AdaPaul N. Hilfinger2010-10-071-39/+130
* 2010-05-13 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-141-21/+25
* 2010-05-06 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-061-1/+0