This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-stable-allmodconfig in repository toolchain/ci/binutils-gdb.
from 13364701d8 Automatic date update in version.in adds e9194a1a0e gdb: fix segfault in overload resolution debug output adds a992a3b010 gdb: improve debug output of function overload resolution adds ce4331325c Automatic date update in version.in new c6ac7fc987 Implement user defined prefix. new 643c0cbedb Test define-prefix. new be09caf15d Allow . character as part of command names. new bf4985257d Document define-prefix command and the use of . in command names.
The 4 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: bfd/version.h | 2 +- gdb/ChangeLog | 38 +++++++ gdb/NEWS | 9 ++ gdb/cli/cli-decode.c | 24 +++-- gdb/cli/cli-script.c | 130 ++++++++++++++++++++---- gdb/command.h | 8 ++ gdb/completer.c | 10 +- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 45 ++++++++- gdb/guile/scm-cmd.c | 5 +- gdb/python/py-cmd.c | 5 +- gdb/testsuite/ChangeLog | 10 ++ gdb/testsuite/gdb.base/define-prefix.exp | 164 +++++++++++++++++++++++++++++++ gdb/testsuite/gdb.base/define.exp | 25 +++++ gdb/testsuite/gdb.base/setshow.exp | 2 +- gdb/top.c | 12 +++ gdb/valops.c | 53 +++++----- 17 files changed, 480 insertions(+), 67 deletions(-) create mode 100644 gdb/testsuite/gdb.base/define-prefix.exp