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 be7d5d2c417 [gdb/symtab] Fix gdb-index writing for .debug_types new aa15623fe68 Allow pretty-printer 'children' method to return strings new 665b55a92ed Remove dead code from varobj_set_display_format new 78dfcce3174 Remove variable_default_display new d1369de649a Fix bug in -var-evaluate-expression
The 4 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: .../py-varobj.c} | 18 +++---- gdb/testsuite/gdb.python/py-varobj.exp | 61 ++++++++++++++++++++++ .../gdb.python/{py-pp-cast.py => py-varobj.py} | 23 +++++--- gdb/varobj.c | 39 +++++--------- 4 files changed, 100 insertions(+), 41 deletions(-) copy gdb/testsuite/{gdb.multi/bp-thread-specific.c => gdb.python/py-varobj.c} (88%) create mode 100644 gdb/testsuite/gdb.python/py-varobj.exp copy gdb/testsuite/gdb.python/{py-pp-cast.py => py-varobj.py} (63%)