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 c31307f9c5 Automatic date update in version.in new 26c897821b Define unique_ptr specialization for Py_buffer. new fe07eca59d Define gdb.Value(bufobj, type) constructor new bc2a507e6e Add tests for gdb.Value(bufobj, type) constructor new af54ade989 Document two argument form of gdb.Value constructor
The 4 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 | 11 ++++++ gdb/NEWS | 3 ++ gdb/doc/ChangeLog | 5 +++ gdb/doc/python.texi | 8 ++++ gdb/python/py-value.c | 72 ++++++++++++++++++++++++++++++----- gdb/python/python-internal.h | 13 +++++++ gdb/testsuite/ChangeLog | 5 +++ gdb/testsuite/gdb.python/py-value.exp | 45 ++++++++++++++++++++++ 8 files changed, 152 insertions(+), 10 deletions(-)