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 13793e39831 libsframe: testsuite: Fix testsuite build on Solaris [PR33168] new e5e76451fa8 gdb/gdbserver: add a '--no-escape-args' command line option
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 | 8 ++ gdb/doc/gdb.texinfo | 124 ++++++++++++++-- gdb/main.c | 40 ++++-- gdb/testsuite/gdb.base/args.exp | 116 ++++++++++----- .../{gdb.base => gdb.server}/inferior-args.c | 5 +- gdb/testsuite/gdb.server/inferior-args.exp | 156 +++++++++++++++++++++ gdbserver/server.cc | 25 +++- 7 files changed, 417 insertions(+), 57 deletions(-) copy gdb/testsuite/{gdb.base => gdb.server}/inferior-args.c (90%) create mode 100644 gdb/testsuite/gdb.server/inferior-args.exp