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 be966d4207 Linespec lexing and C++ operators new c45ec17c07 A smarter linespec completer
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 | 30 ++ gdb/completer.c | 79 +++-- gdb/completer.h | 28 ++ gdb/linespec.c | 628 +++++++++++++++++++++++++++++++-- gdb/linespec.h | 5 + gdb/testsuite/ChangeLog | 6 + gdb/testsuite/gdb.base/completion.exp | 2 +- gdb/testsuite/gdb.linespec/ls-errs.exp | 9 +- 8 files changed, 722 insertions(+), 65 deletions(-)