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 6e1dbf8cda Clean up "completer_handle_brkchars" callback handling new eb3ff9a551 Introduce class completion_tracker & rewrite completion<->re [...]
The 1 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 | 182 +++++++++ gdb/ada-lang.c | 35 +- gdb/break-catch-syscall.c | 25 +- gdb/breakpoint.c | 18 +- gdb/c-lang.c | 8 +- gdb/cli/cli-cmds.c | 54 +-- gdb/cli/cli-decode.c | 35 +- gdb/command.h | 20 +- gdb/completer.c | 931 ++++++++++++++++++++++++++++------------------ gdb/completer.h | 244 ++++++++---- gdb/corefile.c | 5 +- gdb/cp-abi.c | 5 +- gdb/d-lang.c | 2 +- gdb/disasm.c | 6 +- gdb/f-lang.c | 12 +- gdb/go-lang.c | 4 +- gdb/guile/scm-cmd.c | 38 +- gdb/infrun.c | 13 +- gdb/interps.c | 8 +- gdb/interps.h | 7 +- gdb/language.c | 6 +- gdb/language.h | 12 +- gdb/m2-lang.c | 2 +- gdb/objc-lang.c | 2 +- gdb/opencl-lang.c | 2 +- gdb/p-lang.c | 2 +- gdb/python/py-cmd.c | 45 ++- gdb/rust-lang.c | 2 +- gdb/symtab.c | 272 +++++--------- gdb/symtab.h | 31 +- gdb/top.c | 2 +- gdb/tui/tui-layout.c | 5 +- gdb/tui/tui-regs.c | 11 +- gdb/tui/tui-win.c | 28 +- gdb/value.c | 17 +- gdb/value.h | 3 +- 36 files changed, 1252 insertions(+), 842 deletions(-)