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 e5e76451fa8 gdb/gdbserver: add a '--no-escape-args' command line option new 8e28eef6cdc gdb/gdbserver: pass inferior arguments as a single string
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: gdb/NEWS | 9 ++ gdb/doc/gdb.texinfo | 25 ++++ gdb/remote.c | 25 +++- gdb/testsuite/gdb.base/args.exp | 87 ++++++++++---- gdb/testsuite/gdb.base/inferior-args.exp | 31 +++-- gdb/testsuite/gdb.base/startup-with-shell.exp | 158 +++++++++++++++----------- gdbserver/server.cc | 20 +++- gdbserver/server.h | 5 + 8 files changed, 265 insertions(+), 95 deletions(-)