This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_ubsan in repository toolchain/ci/binutils-gdb.
from 27df69020a Fix for gdb.python/py-breakpoint.exp adds a52b41bf2f gdb/testsuite: split gdb.python/py-parameter.exp in procs adds ffb6ba773e gdb.base/setshow.exp: use save_vars to save/restore gdb_prompt adds 3b3c74341e gdb.base/setshow.exp: split in procs adds e116324103 gdb.base/setshow.exp: fix duplicate test name adds 5b8bf2e75e gdb: un-share set_inferior_cwd declaration adds a69e37dc2b gdb: remove inferior::{argc,argv} adds e51695253e gdb: add setter/getter for inferior arguments adds 90cc31c9e5 gdb: add setter/getter for inferior cwd adds fd2dec2a45 gdb: make inferior::m_args an std::string adds 11bd012ed2 gdb: make inferior::m_cwd an std::string adds 4e93ea6e67 gdb: make inferior::m_terminal an std::string adds 3a553c80da gdb: rename cfunc to simple_func adds 5538b03c98 gdb: remove cmd_list_element::function::sfunc adds 3e1e8561c3 gdb/testsuite: test get/set value of unregistered Guile parameter adds febbfd5154 Automatic date update in version.in adds 77db4723dd Update the NetBSD system call table to match NetBSD-current.
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/breakpoint.c | 6 +- gdb/breakpoint.h | 2 +- gdb/cli/cli-cmds.c | 2 +- gdb/cli/cli-decode.c | 102 ++--- gdb/cli/cli-decode.h | 14 +- gdb/cli/cli-dump.c | 2 +- gdb/cli/cli-setshow.c | 5 +- gdb/command.h | 55 +-- gdb/elf-none-tdep.c | 6 +- gdb/fbsd-tdep.c | 6 +- gdb/guile/scm-cmd.c | 3 +- gdb/guile/scm-param.c | 2 +- gdb/infcmd.c | 89 +--- gdb/inferior.c | 11 +- gdb/inferior.h | 78 ++-- gdb/inflow.c | 46 +- gdb/linux-tdep.c | 7 +- gdb/mi/mi-cmd-env.c | 9 +- gdb/nat/fork-inferior.c | 15 +- gdb/procfs.c | 10 +- gdb/python/py-cmd.c | 3 +- gdb/remote.c | 9 +- gdb/syscalls/netbsd.xml | 18 +- gdb/target.c | 4 +- gdb/terminal.h | 2 +- gdb/testsuite/gdb.base/setshow.exp | 734 ++++++++++++++++++------------ gdb/testsuite/gdb.guile/scm-parameter.exp | 8 + gdb/testsuite/gdb.python/py-parameter.exp | 237 ++++++---- gdb/tracepoint.c | 18 +- gdb/tui/tui-layout.c | 3 +- gdb/windows-nat.c | 2 +- gdbserver/inferiors.cc | 18 +- gdbserver/inferiors.h | 4 + gdbserver/server.cc | 6 +- gdbsupport/common-inferior.h | 9 +- 36 files changed, 841 insertions(+), 706 deletions(-)