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 e4f2723003 Fix buffer read overrun by ensuring that DWARF sections cont [...] new 0a2dde4a32 Implement the ability to set/unset environment variables to [...]
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/ChangeLog | 54 +++++ gdb/NEWS | 28 +++ gdb/common/environ.c | 75 ++++-- gdb/common/environ.h | 24 +- gdb/common/rsp-low.c | 41 ++++ gdb/common/rsp-low.h | 8 + gdb/doc/ChangeLog | 11 + gdb/doc/gdb.texinfo | 116 ++++++++++ gdb/gdbserver/ChangeLog | 7 + gdb/gdbserver/server.c | 65 +++++- gdb/remote.c | 76 ++++++ gdb/testsuite/ChangeLog | 5 + ...tup-with-shell.c => share-env-with-gdbserver.c} | 19 +- .../gdb.base/share-env-with-gdbserver.exp | 255 +++++++++++++++++++++ gdb/unittests/environ-selftests.c | 244 ++++++++++++++++---- 15 files changed, 959 insertions(+), 69 deletions(-) copy gdb/testsuite/gdb.base/{startup-with-shell.c => share-env-with-gdbserver.c} (71%) create mode 100644 gdb/testsuite/gdb.base/share-env-with-gdbserver.exp