aboutsummaryrefslogtreecommitdiff
path: root/gdb/dictionary.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-07-04gdb: have mdict_size always return a symbol countAndrew Burgess1-1/+12
2023-04-29gdb: Fix building with latest libc++Manoj Gupta1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-4/+2
2022-01-18Move gdb obstack code to gdbsupportTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-14Handle block-local names for AdaTom Tromey1-0/+7
2020-06-17gdb: Convert language la_get_symbol_name_matcher field to a methodAndrew Burgess1-3/+3
2020-06-02gdb: Convert language la_search_name_hash field to a methodAndrew Burgess1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-16Use an accessor function for general_symbol_info::languageChristian Biesinger1-5/+5
2019-11-26Remove dict_empty/mdict_emptySimon Marchi1-24/+0
2019-11-26Make a bunch of functions staticSimon Marchi1-4/+4
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-4/+4
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-05-03Remove "struct" from foreach statementsTom Tromey1-1/+1
2019-04-06Revert the header-sorting patchTom Tromey1-9/+3
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-3/+9
2019-01-10gdb/23712: Cleanup/Remove temporary dictionary functionsKeith Seitz1-74/+23
2019-01-10gdb/23712: Introduce multidictionary'sKeith Seitz1-68/+486
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-10language_get_symbol_name_matcher -> get_symbol_name_matcherPedro Alves1-3/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-25Use TOLOWER in SYMBOL_HASH_NEXTPedro Alves1-0/+1
2017-11-09Speed up dict_hashTom Tromey1-16/+16
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves1-33/+33
2017-11-08Per-language symbol name hashing algorithmPedro Alves1-28/+27
2017-07-20Eliminate block_iter_name_*Pedro Alves1-14/+0
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-12/+8
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-8/+6
2015-03-06New common function "startswith"Gary Benson1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-07-10 * dictionary.c (dict_add_pending): New function.Doug Evans1-0/+16
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-12-21[Ada] Breakpoints on task bodiesJoel Brobecker1-0/+11
2011-04-06gdb/Jan Kratochvil1-1/+1
2011-01-072011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder1-3/+1
2011-01-052011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+2
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+2
2010-11-24gdb/Jan Kratochvil1-27/+15
2010-10-26avoid assignment inside if condition (dictionary.c)Joel Brobecker1-2/+3
2010-10-07Correct dict_hash to our most recent version.Paul N. Hilfinger1-8/+17
2010-10-07Extend hashed symbol dictionaries to work with AdaPaul N. Hilfinger1-39/+130