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-aarch64 in repository toolchain/ci/binutils-gdb.
from cfeab26e4d Deprecate dbx mode adds d43bd54d54 gdb/mi: fix regression in mi -add-inferior command adds 6fd90137e7 gdb/mi: add --no-connection to MI -add-inferior command adds ee6a3d9e94 gdb/python: add Type.is_scalar property adds 551b380fbd gdb/python: add Type.is_signed property adds f99e1c6dc8 gdb/testsuite: add new test for comparing char types in Python adds 30732ea06d Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/NEWS | 18 ++++ gdb/doc/gdb.texinfo | 39 ++++++- gdb/doc/python.texi | 16 +++ gdb/inferior.c | 6 +- gdb/inferior.h | 7 ++ gdb/mi/mi-main.c | 47 ++++++++- gdb/python/py-type.c | 38 +++++++ gdb/testsuite/gdb.mi/interrupt-thread-group.exp | 16 +-- gdb/testsuite/gdb.mi/mi-add-inferior.exp | 130 ++++++++++++++++++++++++ gdb/testsuite/gdb.python/py-arch.exp | 15 ++- gdb/testsuite/gdb.python/py-type.c | 16 +++ gdb/testsuite/gdb.python/py-type.exp | 88 +++++++++++++++- 13 files changed, 410 insertions(+), 28 deletions(-) create mode 100644 gdb/testsuite/gdb.mi/mi-add-inferior.exp