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 3602da6fa28 gas: sframe: fix handling of .cfi_def_cfa_register new bd036f034b7 gdb: move remote arg splitting and joining into gdbsupport/ new 709aefc274a gdb: add remote argument passing unit tests
The 2 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/Makefile.in | 1 + gdb/remote.c | 12 +-- gdb/unittests/remote-arg-selftests.c | 166 +++++++++++++++++++++++++++++++++ gdbserver/server.cc | 3 +- gdbsupport/Makefile.am | 1 + gdbsupport/Makefile.in | 14 +-- gdbsupport/{ptid.cc => remote-args.cc} | 31 +++--- gdbsupport/remote-args.h | 55 +++++++++++ 8 files changed, 259 insertions(+), 24 deletions(-) create mode 100644 gdb/unittests/remote-arg-selftests.c copy gdbsupport/{ptid.cc => remote-args.cc} (53%) create mode 100644 gdbsupport/remote-args.h