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 eb2dd8df76 gdb: Add a class to track last display symtab and line information new 09ff83af3c gdb/python: smarter symbol lookup for gdb.lookup_static_symbol new 086baaf134 gdb/python: Introduce gdb.lookup_static_symbols
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/ChangeLog | 16 ++++ gdb/NEWS | 3 + gdb/doc/ChangeLog | 10 +++ gdb/doc/python.texi | 44 +++++++++++ gdb/python/py-symbol.c | 88 +++++++++++++++++++++- gdb/python/python-internal.h | 2 + gdb/python/python.c | 4 + gdb/testsuite/ChangeLog | 13 ++++ .../scm-iterator.c => gdb.python/py-symbol-2.c} | 14 ++-- gdb/testsuite/gdb.python/py-symbol.c | 9 +++ gdb/testsuite/gdb.python/py-symbol.exp | 52 ++++++++++--- 11 files changed, 232 insertions(+), 23 deletions(-) copy gdb/testsuite/{gdb.guile/scm-iterator.c => gdb.python/py-symbol-2.c} (83%)