This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-7.12-branch in repository binutils-gdb.
from 35fcb4f Fix PR gdb/18653: gdb disturbs inferior's inherited signal di [...] new 4d38db4 Fix PR mi/20431 - Missing MI prompts after sync execution MI [...] new b24bdfa Fix PR gdb/20418 - Problems with synchronous commands and new-ui
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/ChangeLog | 29 ++++++ gdb/event-top.c | 20 +++- gdb/infrun.c | 1 + gdb/mi/mi-main.c | 7 ++ gdb/target.c | 11 -- gdb/target.h | 14 +-- gdb/testsuite/ChangeLog | 12 +++ gdb/testsuite/gdb.mi/mi-cmd-error.exp | 80 +++++++++++++++ .../break-fun-addr1.c => gdb.mi/new-ui-mi-sync.c} | 3 + gdb/testsuite/gdb.mi/new-ui-mi-sync.exp | 114 +++++++++++++++++++++ gdb/testsuite/lib/mi-support.exp | 4 +- gdb/top.h | 6 ++ gdb/utils.c | 43 ++++++-- 13 files changed, 314 insertions(+), 30 deletions(-) create mode 100644 gdb/testsuite/gdb.mi/mi-cmd-error.exp copy gdb/testsuite/{gdb.base/break-fun-addr1.c => gdb.mi/new-ui-mi-sync.c} (95%) create mode 100644 gdb/testsuite/gdb.mi/new-ui-mi-sync.exp