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-arm-lts-allnoconfig in repository toolchain/ci/binutils-gdb.
from 0d12e84cfc Don't include gdbarch.h from defs.h adds 2ee0a9b7bc Automatic date update in version.in adds f2478a7e8b breakpoint: Make is_*point functions return bool adds 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 new a89fdbdb20 Automatic date update in version.in
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: bfd/version.h | 2 +- gdb/ChangeLog | 77 +++++++++++++++++++ gdb/NEWS | 4 +- gdb/auto-load.c | 2 +- gdb/breakpoint.c | 42 +++++------ gdb/breakpoint.h | 16 ++-- 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 - gdb/valops.c | 11 ++- gdb/value.h | 5 +- 23 files changed, 370 insertions(+), 259 deletions(-)