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 1c28969efc Delete test target descriptions when exiting new 472fa5eec2 Re-generate gnulib import new 5abe0f0cc7 Fix segfault when invoking -var-info-path-expression on a dy [...]
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 | 14 + gdb/gnulib/aclocal.m4 | 455 +-------- gdb/gnulib/config.in | 78 +- gdb/gnulib/configure | 1032 ++++++++++++++++++-- gdb/gnulib/import/Makefile.in | 1 + gdb/gnulib/import/m4/gnulib-comp.m4 | 1 + gdb/gnulib/import/m4/onceonly.m4 | 104 ++ gdb/testsuite/ChangeLog | 6 + .../py-mi-var-info-path-expression.c} | 44 +- .../gdb.python/py-mi-var-info-path-expression.exp | 88 ++ .../gdb.python/py-mi-var-info-path-expression.py | 57 ++ gdb/varobj.c | 5 + 12 files changed, 1303 insertions(+), 582 deletions(-) create mode 100644 gdb/gnulib/import/m4/onceonly.m4 copy gdb/testsuite/{gdb.base/endian.c => gdb.python/py-mi-var-info-path-expression [...] create mode 100644 gdb/testsuite/gdb.python/py-mi-var-info-path-expression.exp create mode 100644 gdb/testsuite/gdb.python/py-mi-var-info-path-expression.py