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 4ec521f238 nds32: Rename __BIT() to N32_BIT(). new 7c96f8c1da Add new_inferior, inferior_deleted, and new_thread events new 35c61a1dd5 Small event ownership clean up in Python layer new 7d221d749c Make it simpler to add events to Python
The 3 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 | 84 ++++++++++++++++++ gdb/NEWS | 6 ++ gdb/doc/ChangeLog | 4 + gdb/doc/python.texi | 33 +++++++ gdb/{mi/mi-interp.h => python/py-all-events.def} | 31 +++++-- gdb/python/py-bpevent.c | 13 +-- gdb/python/py-continueevent.c | 11 +-- gdb/python/py-event-types.def | 107 +++++++++++++++++++++++ gdb/python/py-event.c | 4 +- gdb/python/py-event.h | 79 ++--------------- gdb/python/py-events.h | 19 +--- gdb/python/py-evts.c | 43 +-------- gdb/python/py-exitedevent.c | 10 --- gdb/python/py-inferior.c | 65 ++++++++++++++ gdb/python/py-infevents.c | 38 +------- gdb/python/py-newobjfileevent.c | 16 ---- gdb/python/py-signalevent.c | 13 +-- gdb/python/py-stopevent.c | 16 ++-- gdb/python/py-stopevent.h | 8 +- gdb/python/py-threadevent.c | 23 ++--- gdb/python/python-internal.h | 26 ------ gdb/python/python.c | 65 +++++++++++--- gdb/testsuite/ChangeLog | 5 ++ gdb/testsuite/gdb.python/py-inferior.exp | 24 +++++ gdb/testsuite/gdb.python/py-infthread.exp | 12 +++ 25 files changed, 459 insertions(+), 296 deletions(-) copy gdb/{mi/mi-interp.h => python/py-all-events.def} (50%) create mode 100644 gdb/python/py-event-types.def