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 fb85cece22a Replace deprecated_target_wait_hook by observers new 23bade95de3 gdb/gdbarch: remove the predicate function for gdbarch_regi [...] new a5118a18db4 gdb/gdbarch: compare some fields against 0 verify_gdbarch new 740b42ceb7c gdb/python/mi: create MI commands using 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/Makefile.in | 1 + gdb/NEWS | 2 + gdb/doc/python.texi | 168 ++++++- gdb/gdbarch-components.py | 13 +- gdb/gdbarch-gen.h | 2 - gdb/gdbarch.c | 22 +- gdb/gdbarch.py | 10 + gdb/mi/mi-cmds.c | 23 +- gdb/mi/mi-cmds.h | 18 + gdb/python/lib/gdb/__init__.py | 4 + gdb/python/py-micmd.c | 812 +++++++++++++++++++++++++++++++++ gdb/python/py-utils.c | 17 + gdb/python/python-internal.h | 13 + gdb/python/python.c | 3 +- gdb/testsuite/gdb.python/py-mi-cmd.exp | 390 ++++++++++++++++ gdb/testsuite/gdb.python/py-mi-cmd.py | 120 +++++ 16 files changed, 1580 insertions(+), 38 deletions(-) create mode 100644 gdb/python/py-micmd.c create mode 100644 gdb/testsuite/gdb.python/py-mi-cmd.exp create mode 100644 gdb/testsuite/gdb.python/py-mi-cmd.py