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 1fb3cdd87ec LoongArch/GAS: Add support for branch relaxation new 80a3485f813 gdb/python: generalize serialize_mi_result() new 4825fd2d355 gdb/python: implement support for sending custom MI async n [...]
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 | 5 + gdb/doc/python.texi | 45 ++++++ gdb/python/py-mi.c | 233 ++++++++++++++++++++++++++++++ gdb/python/py-micmd.c | 185 ++---------------------- gdb/python/python-internal.h | 18 +++ gdb/python/python.c | 4 + gdb/testsuite/gdb.python/py-mi-notify.exp | 71 +++++++++ 7 files changed, 385 insertions(+), 176 deletions(-) create mode 100644 gdb/testsuite/gdb.python/py-mi-notify.exp