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 8e883b5e112 Automatic date update in version.in new 60cd08d4030 MI: mi_runto -pending new bc20e562ec0 gdb/varobj: Fix use after free in varobj new 6c96b937df0 gdb/varobj: Fix varobj_invalidate_iter
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: .../mi-var-invalidate-shlib-lib.c} | 16 ++- .../{mi-corefile.c => mi-var-invalidate-shlib.c} | 26 +++- gdb/testsuite/gdb.mi/mi-var-invalidate-shlib.exp | 137 +++++++++++++++++++++ gdb/testsuite/lib/mi-support.exp | 68 ++++++++-- gdb/value.c | 27 ++++ gdb/varobj.c | 86 +++++++++++-- 6 files changed, 334 insertions(+), 26 deletions(-) copy gdb/testsuite/{gdb.base/patch.c => gdb.mi/mi-var-invalidate-shlib-lib.c} (84%) copy gdb/testsuite/gdb.mi/{mi-corefile.c => mi-var-invalidate-shlib.c} (67%) create mode 100644 gdb/testsuite/gdb.mi/mi-var-invalidate-shlib.exp