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 0662b6a7c1 Make strcmp_iw NOT ignore whitespace in the middle of tokens new 8955eb2da3 Comprehensive C++ linespec/completer tests
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/testsuite/ChangeLog | 11 + gdb/testsuite/gdb.linespec/cpcompletion.exp | 534 +++++++++++++++++++++ .../cpls-hyphen.cc} | 26 +- gdb/testsuite/gdb.linespec/cpls.cc | 386 +++++++++++++++ .../cpls2.cc} | 41 +- gdb/testsuite/gdb.linespec/explicit.exp | 208 +++++++- gdb/testsuite/lib/completion-support.exp | 471 ++++++++++++++++++ 7 files changed, 1636 insertions(+), 41 deletions(-) create mode 100644 gdb/testsuite/gdb.linespec/cpcompletion.exp copy gdb/testsuite/{gdb.base/bp-cmds-continue-ctrl-c.c => gdb.linespec/cpls-hyphen [...] create mode 100644 gdb/testsuite/gdb.linespec/cpls.cc copy gdb/testsuite/{gdb.base/attach-non-pgrp-leader.c => gdb.linespec/cpls2.cc} (71%) create mode 100644 gdb/testsuite/lib/completion-support.exp