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-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from 0e4cc77316 x86: express unduly set rounding control bits in disassembly adds 44710bb280 gdb/testsuite: don't error when trying to unset last_spawn_tty_name adds 27df69020a Fix for gdb.python/py-breakpoint.exp new a52b41bf2f gdb/testsuite: split gdb.python/py-parameter.exp in procs new ffb6ba773e gdb.base/setshow.exp: use save_vars to save/restore gdb_prompt new 3b3c74341e gdb.base/setshow.exp: split in procs new e116324103 gdb.base/setshow.exp: fix duplicate test name new 5b8bf2e75e gdb: un-share set_inferior_cwd declaration new a69e37dc2b gdb: remove inferior::{argc,argv} new e51695253e gdb: add setter/getter for inferior arguments new 90cc31c9e5 gdb: add setter/getter for inferior cwd new fd2dec2a45 gdb: make inferior::m_args an std::string new 11bd012ed2 gdb: make inferior::m_cwd an std::string new 4e93ea6e67 gdb: make inferior::m_terminal an std::string new 3a553c80da gdb: rename cfunc to simple_func new 5538b03c98 gdb: remove cmd_list_element::function::sfunc new 3e1e8561c3 gdb/testsuite: test get/set value of unregistered Guile parameter
The 14 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: 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/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-breakpoint.exp | 3 + gdb/testsuite/gdb.python/py-parameter.exp | 237 ++++++---- gdb/testsuite/lib/gdb.exp | 14 +- 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, 838 insertions(+), 706 deletions(-)