This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 2a1dde5da2 Fix "make test-cp-name-parser" new 5ffa079369 Per-language symbol name hashing algorithm new b5ec771e60 Introduce lookup_name_info and generalize Ada's FULL/WILD na [...] new 3f563c840a Optimize .gdb_index symbol name searching new 61920122ba Reorder/reindent dw2_expand_symtabs_matching & friends new c62446b12b lookup_name_info::make_ignore_params new 1b0261195e Simplify completion_list_add_name | remove sym_text / sym_text_len new 56d87ef769 Use search_domain::FUNCTIONS_DOMAIN when setting breakpoints new f9d67a2239 Make the linespec/location completer ignore data symbols
The 8 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/ChangeLog | 373 +++++++++++++ gdb/Makefile.in | 2 + gdb/ada-lang.c | 737 +++++++++++++------------ gdb/ada-lex.l | 22 +- gdb/block.c | 38 +- gdb/block.h | 33 +- gdb/buildsym.c | 34 +- gdb/buildsym.h | 4 +- gdb/c-lang.c | 12 +- gdb/coffread.c | 4 +- gdb/completer.c | 4 + gdb/completer.h | 75 +++ gdb/cp-support.c | 225 +++++++- gdb/cp-support.h | 13 + gdb/d-lang.c | 3 +- gdb/dbxread.c | 15 +- gdb/dictionary.c | 115 ++-- gdb/dictionary.h | 48 +- gdb/dwarf2read.c | 846 ++++++++++++++++++++++++----- gdb/f-lang.c | 5 +- gdb/go-lang.c | 3 +- gdb/jit.c | 6 +- gdb/language.c | 41 +- gdb/language.h | 56 +- gdb/linespec.c | 146 ++--- gdb/m2-lang.c | 3 +- gdb/mdebugread.c | 31 +- gdb/minsyms.c | 369 ++++++++----- gdb/minsyms.h | 2 +- gdb/objc-lang.c | 3 +- gdb/objfiles.h | 7 + gdb/opencl-lang.c | 3 +- gdb/p-lang.c | 3 +- gdb/psymtab.c | 85 ++- gdb/rust-lang.c | 3 +- gdb/stabsread.h | 3 +- gdb/symfile-debug.c | 6 +- gdb/symfile.c | 2 + gdb/symfile.h | 4 +- gdb/symmisc.c | 1 + gdb/symtab.c | 344 +++++++----- gdb/symtab.h | 337 +++++++++++- gdb/testsuite/ChangeLog | 6 + gdb/testsuite/gdb.ada/complete.exp | 10 + gdb/unittests/lookup_name_info-selftests.c | 111 ++++ gdb/utils.c | 16 +- gdb/utils.h | 23 + gdb/xcoffread.c | 11 +- 48 files changed, 3156 insertions(+), 1087 deletions(-) create mode 100644 gdb/unittests/lookup_name_info-selftests.c