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-next-defconfig in repository toolchain/ci/binutils-gdb.
from 00db953196 Make value_must_coerce_to_target return a bool adds 72ee03ff58 Fix use-after-move bug in add_thread_object adds b777eb6de2 Remove init_cli_cmds adds 021d8588f6 gdb: Allow quoting around string options in the gdb::option [...] adds b16507e091 gdb: Make use of gdb::option framework for some info commands adds 60cfcb20ce gdb: Add command completers for some info commands adds a89fdbdb20 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 52 +++++++++++++ gdb/NEWS | 4 +- gdb/auto-load.c | 2 +- gdb/cli/cli-cmds.c | 11 +-- gdb/cli/cli-cmds.h | 2 - gdb/cli/cli-option.c | 5 +- gdb/cli/cli-utils.c | 151 +++++++++++++------------------------ gdb/cli/cli-utils.h | 45 +++++++---- gdb/gdbsupport/common-utils.c | 59 +++++++++++++++ gdb/gdbsupport/common-utils.h | 10 +++ gdb/main.c | 6 +- gdb/python/py-inferior.c | 2 +- gdb/stack.c | 48 ++++-------- gdb/symtab.c | 63 +++++++--------- gdb/testsuite/ChangeLog | 6 ++ gdb/testsuite/gdb.base/options.exp | 56 +++++++++----- gdb/top.c | 5 -- gdb/top.h | 1 - 19 files changed, 308 insertions(+), 222 deletions(-)