This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 27df69020ad Fix for gdb.python/py-breakpoint.exp new a52b41bf2f0 gdb/testsuite: split gdb.python/py-parameter.exp in procs new ffb6ba773e0 gdb.base/setshow.exp: use save_vars to save/restore gdb_prompt new 3b3c74341e3 gdb.base/setshow.exp: split in procs new e116324103c gdb.base/setshow.exp: fix duplicate test name new 5b8bf2e75ed gdb: un-share set_inferior_cwd declaration new a69e37dc2b1 gdb: remove inferior::{argc,argv} new e51695253e5 gdb: add setter/getter for inferior arguments new 90cc31c9e59 gdb: add setter/getter for inferior cwd new fd2dec2a45a gdb: make inferior::m_args an std::string new 11bd012ed25 gdb: make inferior::m_cwd an std::string new 4e93ea6e67f gdb: make inferior::m_terminal an std::string new 3a553c80da8 gdb: rename cfunc to simple_func new 5538b03c98e gdb: remove cmd_list_element::function::sfunc new 3e1e8561c38 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-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 +- 34 files changed, 823 insertions(+), 704 deletions(-)