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