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 3539414584b Stop the linker from loosing the entry point for COFF/PE co [...] new 51f8dafba81 Don't treat references to compound values as "simple".
The 1 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/NEWS | 8 ++++ gdb/doc/gdb.texinfo | 7 ++++ gdb/mi/mi-cmd-stack.c | 9 +--- gdb/mi/mi-cmd-var.c | 27 ++++++++---- gdb/mi/mi-cmds.h | 5 +++ gdb/mi/mi-main.c | 7 +--- gdb/python/py-framefilter.c | 6 +-- gdb/testsuite/gdb.mi/mi-stack.exp | 16 ++++++- gdb/testsuite/gdb.mi/print-simple-values.cc | 62 ++++++++++++++++++++++++++++ gdb/testsuite/gdb.mi/print-simple-values.exp | 53 ++++++++++++++++++++++++ 10 files changed, 175 insertions(+), 25 deletions(-) create mode 100644 gdb/testsuite/gdb.mi/print-simple-values.cc create mode 100644 gdb/testsuite/gdb.mi/print-simple-values.exp