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-next-allnoconfig in repository toolchain/ci/binutils-gdb.
from 125f83f66c Fix a bug recently introduced to the linker where it would c [...] adds 854f60884c Move generic_load declaration to symfile.h adds 1faa385ff6 Stop the BFD library from issuing a warning message when pro [...] adds 54d6600669 Make "info threads" use the gdb::option framework adds 9be796f35b Automatic date update in version.in adds f3869b1a41 Remove return value from remove_breakpoints_inf adds 970f9d091d Fix defaults of some "maint test-settings" subcommands adds d1fcf2fded Fix a few comments in maint-test-settings.c adds c6ac893109 "maint test-settings set/show" -> "maint set/show test-settings" adds fdbc98707b Introduce the "with" command
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 9 + bfd/elf-bfd.h | 2 + bfd/elf.c | 37 +++- bfd/version.h | 2 +- gdb/ChangeLog | 89 +++++++++ gdb/NEWS | 20 +- gdb/breakpoint.c | 7 +- gdb/breakpoint.h | 4 +- gdb/cli/cli-cmds.c | 134 ++++++++++++- gdb/cli/cli-cmds.h | 15 ++ gdb/cli/cli-setshow.c | 74 +++---- gdb/cli/cli-setshow.h | 5 + gdb/command.h | 19 +- gdb/defs.h | 3 - gdb/doc/ChangeLog | 13 ++ gdb/doc/gdb.texinfo | 107 +++++++++- gdb/maint-test-settings.c | 167 ++++++++-------- gdb/maint.c | 28 +++ gdb/symfile.c | 2 + gdb/symfile.h | 6 + gdb/testsuite/ChangeLog | 22 ++ gdb/testsuite/gdb.base/options.exp | 18 ++ gdb/testsuite/gdb.base/settings.exp | 35 ++-- gdb/testsuite/gdb.base/{options.c => with.c} | 10 +- gdb/testsuite/gdb.base/with.exp | 289 +++++++++++++++++++++++++++ gdb/thread.c | 82 ++++++-- gdb/top.c | 7 +- 27 files changed, 1024 insertions(+), 182 deletions(-) copy gdb/testsuite/gdb.base/{options.c => with.c} (93%) create mode 100644 gdb/testsuite/gdb.base/with.exp