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 9d7d58e7262 gdb: centralize "[Thread ...exited]" notifications new 696b09bb2a1 gdb/testsuite: add mi_info_frame helper proc (and use it) new 3ce8f906be7 gdb: MI stopped events when unwindonsignal is on
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/infcall.c | 52 +++++++-- gdb/testsuite/gdb.base/unwindonsignal.exp | 7 +- gdb/testsuite/gdb.compile/compile-cplus.exp | 14 ++- gdb/testsuite/gdb.compile/compile.exp | 14 ++- gdb/testsuite/gdb.cp/gdb2495.exp | 7 +- gdb/testsuite/gdb.mi/mi-cmd-user-context.exp | 12 +- gdb/testsuite/gdb.mi/mi-condbreak-fail.exp | 118 +++++++++++++------- .../{mi-condbreak-fail.c => mi-condbreak-throw.cc} | 5 +- gdb/testsuite/gdb.mi/mi-condbreak-throw.exp | 122 +++++++++++++++++++++ gdb/testsuite/gdb.mi/mi-stack.exp | 7 +- gdb/testsuite/lib/mi-support.exp | 51 +++++++++ 11 files changed, 344 insertions(+), 65 deletions(-) copy gdb/testsuite/gdb.mi/{mi-condbreak-fail.c => mi-condbreak-throw.cc} (92%) create mode 100644 gdb/testsuite/gdb.mi/mi-condbreak-throw.exp