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 dc63d5682e4 Fix memory leak in RiscV assembler. new bd93891c9ae gdb: remove solib::pspace field new 59912fb2d22 gdb: add Python events for program space addition and removal
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/NEWS | 7 ++ gdb/breakpoint.c | 4 +- gdb/bsd-uthread.c | 2 +- gdb/doc/python.texi | 29 +++++ gdb/observable.c | 2 + gdb/observable.h | 13 ++- gdb/progspace.c | 3 + gdb/python/py-all-events.def | 2 + gdb/python/py-event-types.def | 10 ++ gdb/python/py-progspace.c | 63 +++++++++++ gdb/solib.c | 10 +- gdb/solist.h | 3 - .../{py-pp-cast.c => py-progspace-events.c} | 58 ++++++++-- gdb/testsuite/gdb.python/py-progspace-events.exp | 125 +++++++++++++++++++++ .../py-progspace-events.py} | 16 ++- 15 files changed, 316 insertions(+), 31 deletions(-) copy gdb/testsuite/gdb.python/{py-pp-cast.c => py-progspace-events.c} (54%) create mode 100644 gdb/testsuite/gdb.python/py-progspace-events.exp copy gdb/testsuite/{gdb.mi/mi-py-modify-bp.py => gdb.python/py-progspace-events.py} (64%)