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 e6b5f1e9f5 Automatic date update in version.in new fb4fa9469c Allow more Python scalar conversions new 1c1e54f6b4 Preserve sign when converting gdb.Value to Python int new f5769a2c69 Allow conversion of pointers to Python int new 39a24317ac Report Python errors coming from gdb.post_event new fd3ba736db Check for negative argument in Type.template_argument new 2b4ad2fe43 Consolidate gdb.GdbError handling new ae778caf09 Allow setting a parameter to raise gdb.GdbError
The 7 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 | 41 ++++++++++++++++++++++ gdb/doc/ChangeLog | 6 ++++ gdb/doc/python.texi | 24 +++++++++++++ gdb/python/py-cmd.c | 48 +------------------------- gdb/python/py-function.c | 51 +--------------------------- gdb/python/py-param.c | 5 +-- gdb/python/py-type.c | 7 ++++ gdb/python/py-utils.c | 56 +++++++++++++++++++++++++++++++ gdb/python/py-value.c | 33 +++++++++++++++--- gdb/python/python-internal.h | 1 + gdb/python/python.c | 3 +- gdb/testsuite/ChangeLog | 35 +++++++++++++++++++ gdb/testsuite/gdb.python/py-parameter.exp | 15 +++++++++ gdb/testsuite/gdb.python/py-template.exp | 4 +++ gdb/testsuite/gdb.python/py-value.exp | 32 ++++++++++++++++-- gdb/testsuite/gdb.python/python.exp | 13 ++++++- 16 files changed, 263 insertions(+), 111 deletions(-)