This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/binutils-gdb.
from bab22d0640 [aarch64/arm] Properly extract the return value returned in memory adds 79a0742380 Correctly print subrange types in generic_value_print adds fb85cece22 Replace deprecated_target_wait_hook by observers adds 23bade95de gdb/gdbarch: remove the predicate function for gdbarch_regis [...] adds a5118a18db gdb/gdbarch: compare some fields against 0 verify_gdbarch adds 740b42ceb7 gdb/python/mi: create MI commands using python
No new revisions were added by this update.
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/infrun.c | 15 +- gdb/infrun.h | 5 +- gdb/interps.c | 1 - gdb/mi/mi-cmds.c | 23 +- gdb/mi/mi-cmds.h | 18 + gdb/observable.c | 2 + gdb/observable.h | 6 + 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/target.c | 14 +- .../{enum-type.exp => subrange-enum.exp} | 53 +- gdb/testsuite/gdb.python/py-mi-cmd.exp | 390 ++++++++++ gdb/testsuite/gdb.python/py-mi-cmd.py | 120 +++ gdb/top.c | 7 - gdb/valprint.c | 9 +- 25 files changed, 1638 insertions(+), 92 deletions(-) create mode 100644 gdb/python/py-micmd.c copy gdb/testsuite/gdb.dwarf2/{enum-type.exp => subrange-enum.exp} (63%) create mode 100644 gdb/testsuite/gdb.python/py-mi-cmd.exp create mode 100644 gdb/testsuite/gdb.python/py-mi-cmd.py