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 f67f945 gdb/MAINTAINERS: Update my e-mail address new d4b0bb1 Remove some ui_out-related cleanups from Python new 7780f18 Turn gdbpy_ref into a template new 88b6fae Use gdbpy_ref to simplify some logic new 1bdfaf4 Change one more spot to use gdbpy_ref new 2bb8f23 Remove some gotos from Python new 2d8365c Remove unnecessary local variables new b964bee Fix Python test to use lowercase command
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 | 73 +++++++++ gdb/common/gdb_optional.h | 87 ++++++++++ gdb/python/py-arch.c | 4 +- gdb/python/py-bpevent.c | 2 +- gdb/python/py-breakpoint.c | 12 +- gdb/python/py-cmd.c | 47 +++--- gdb/python/py-continueevent.c | 2 +- gdb/python/py-event.c | 21 +-- gdb/python/py-evtregistry.c | 17 +- gdb/python/py-exitedevent.c | 8 +- gdb/python/py-finishbreakpoint.c | 4 +- gdb/python/py-frame.c | 9 +- gdb/python/py-framefilter.c | 270 ++++++++++--------------------- gdb/python/py-function.c | 14 +- gdb/python/py-inferior.c | 32 ++-- gdb/python/py-infevents.c | 24 +-- gdb/python/py-linetable.c | 22 +-- gdb/python/py-newobjfileevent.c | 8 +- gdb/python/py-objfile.c | 40 ++--- gdb/python/py-param.c | 12 +- gdb/python/py-prettyprint.c | 70 ++++---- gdb/python/py-progspace.c | 39 ++--- gdb/python/py-ref.h | 13 +- gdb/python/py-signalevent.c | 4 +- gdb/python/py-stopevent.c | 4 +- gdb/python/py-symbol.c | 2 +- gdb/python/py-symtab.c | 16 +- gdb/python/py-threadevent.c | 2 +- gdb/python/py-type.c | 31 ++-- gdb/python/py-unwind.c | 10 +- gdb/python/py-utils.c | 12 +- gdb/python/py-value.c | 13 +- gdb/python/py-varobj.c | 6 +- gdb/python/py-xmethods.c | 71 ++++---- gdb/python/python.c | 243 ++++++++++++++-------------- gdb/testsuite/ChangeLog | 4 + gdb/testsuite/gdb.python/py-xmethods.exp | 4 +- gdb/ui-out.h | 33 ++++ gdb/varobj.c | 12 +- 39 files changed, 681 insertions(+), 616 deletions(-) create mode 100644 gdb/common/gdb_optional.h