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 a34339a82fa Updated Ukranian, Romanian and German translations for vari [...] new b8c2de06bcb gdb: have mdict_size always return a symbol count new bb2bd584f31 gdb: add __repr__() implementation to a few Python types
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/dictionary.c | 13 +++++- gdb/dictionary.h | 3 +- gdb/python/py-arch.c | 17 ++++++- gdb/python/py-block.c | 37 ++++++++++++++- gdb/python/py-breakpoint.c | 67 ++++++++++++++++++++++++++- gdb/python/py-symbol.c | 15 +++++- gdb/python/py-type.c | 30 +++++++++++- gdb/symmisc.c | 2 +- gdb/testsuite/gdb.python/py-arch.exp | 6 +++ gdb/testsuite/gdb.python/py-block.c | 31 +++++++++++++ gdb/testsuite/gdb.python/py-block.exp | 38 +++++++++++++-- gdb/testsuite/gdb.python/py-bp-locations.exp | 32 +++++++++++++ gdb/testsuite/gdb.python/py-breakpoint.exp | 69 ++++++++++++++++++++++++---- gdb/testsuite/gdb.python/py-symbol.exp | 2 + gdb/testsuite/gdb.python/py-type.exp | 4 ++ 15 files changed, 343 insertions(+), 23 deletions(-)