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 9170b70c410 gdb/testsuite: Installed-GDB testing & data-directory new daaf7acf47a [gdb/testsuite] test a function call by hand from pretty printer
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: .../pretty-print-call-by-hand.c} | 34 +++++- .../gdb.python/pretty-print-call-by-hand.exp | 127 +++++++++++++++++++++ .../pretty-print-call-by-hand.py} | 30 +++-- 3 files changed, 173 insertions(+), 18 deletions(-) copy gdb/testsuite/{gdb.mi/mi-stepn.c => gdb.python/pretty-print-call-by-hand.c} (65%) create mode 100644 gdb/testsuite/gdb.python/pretty-print-call-by-hand.exp copy gdb/testsuite/{gdb.ada/pp-rec-component.py => gdb.python/pretty-print-call-by [...]