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 42cf184456f [gdb/testsuite] Add comment in exec_is_pie new 92651b1d91a gdb: Move construct_inferior_arguments to gdbsupport new c699004a290 gdbsupport: Adapt construct_inferior_arguments new 8c4b5f3d987 gdbsupport: Let construct_inferior_arguments take gdb::arra [...] new b69ca137aca gdbserver: Don't add extra NULL to program args new ace6b9195e3 nto_process_target::create_inferior: Pass args as char ** new bea571ebd78 Use construct_inferior_arguments which handles special chars new 7dbfcd6f79d gdbsupport: Drop now unused function 'stringify_argv' new 75d04512401 gdb/testsuite: support passing inferior arguments with nati [...] new 6cf66e763ae gdb/testsuite: add inferior arguments test
The 9 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/ChangeLog | 5 + gdb/infcmd.c | 134 +-------------------- gdb/inferior.h | 2 - gdb/testsuite/ChangeLog | 22 ++++ gdb/testsuite/boards/native-extended-gdbserver.exp | 2 +- gdb/testsuite/boards/native-gdbserver.exp | 3 - gdb/testsuite/boards/stdio-gdbserver-base.exp | 2 +- gdb/testsuite/config/gdbserver.exp | 12 +- gdb/testsuite/gdb.base/a2-run.exp | 11 +- gdb/testsuite/gdb.base/args.exp | 6 + ...xpand-symbols-header-file.c => inferior-args.c} | 8 +- gdb/testsuite/gdb.base/inferior-args.exp | 124 +++++++++++++++++++ gdb/testsuite/lib/gdb.exp | 55 ++++++--- gdbserver/ChangeLog | 23 ++++ gdbserver/linux-low.cc | 2 +- gdbserver/lynx-low.cc | 2 +- gdbserver/nto-low.cc | 3 +- gdbserver/server.cc | 4 +- gdbserver/win32-low.cc | 2 +- gdbsupport/ChangeLog | 22 ++++ gdbsupport/common-inferior.cc | 99 +++++++++++++++ gdbsupport/common-inferior.h | 7 ++ gdbsupport/common-utils.cc | 23 ---- gdbsupport/common-utils.h | 4 - 24 files changed, 374 insertions(+), 203 deletions(-) copy gdb/testsuite/gdb.base/{maint-expand-symbols-header-file.c => inferior-args.c} (88%) create mode 100644 gdb/testsuite/gdb.base/inferior-args.exp