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 c1e1314d00f Change management of tdesc_arch_data new c8b188085d2 gdb.base/find.exp C++ify new 73e18ac9dab gdb.base/display.exp C++ify new 52bb0902688 gdb.base/break.exp C++ify new 52626c58267 gdb.base/nested-addr.{c,exp} C++ify new 11fac33796f gdb.base/examine-backward.exp C++ify and Clang new 18a25b64817 gdb.base/printcmds.c C++-ify new 151fdbad7a4 gdb.base/watchpoint.{c,exp} new c3e5138dcca gdb.base/charset.{c,exp} C++ify new 0a229804ab1 gdb.base/{exprs,ptype,ptype1,setvar,whatis}.c C++ify new 81f904895e8 gdb.mi/var-cmd.c C++ify new d4bcee5cccc gdb.python/{py-framefilter-mi,py-framefilter}.c C++ify new a83cdcb636a gdb.python/py-nested-maps.exp C++ify new a8129512f6c gdb.base/{prologue,symbol-alias}.exp C++ify new 3a5eeb8b63c gdb.base/share-env-with-gdbserver.exp C++ify new ef0cdbc16f4 gdb.base/sizeof.exp C++ify new 0640a543397 gdb.python/py-as-string.exp C++ify new dd23068d524 gdb.python/py-frame-inline.exp and C++ new 7474326cb94 gdb.cp/call-c.exp C++ify
The 18 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/testsuite/ChangeLog | 105 ++++++++++++++++++++++ gdb/testsuite/gdb.base/break.exp | 50 ++++++----- gdb/testsuite/gdb.base/charset.c | 7 +- gdb/testsuite/gdb.base/charset.exp | 12 +-- gdb/testsuite/gdb.base/display.exp | 3 + gdb/testsuite/gdb.base/examine-backward.c | 7 +- gdb/testsuite/gdb.base/examine-backward.exp | 7 +- gdb/testsuite/gdb.base/exprs.c | 4 +- gdb/testsuite/gdb.base/find.c | 3 +- gdb/testsuite/gdb.base/find.exp | 3 + gdb/testsuite/gdb.base/nested-addr.c | 2 +- gdb/testsuite/gdb.base/nested-addr.exp | 2 +- gdb/testsuite/gdb.base/printcmds.c | 6 +- gdb/testsuite/gdb.base/prologue.c | 6 ++ gdb/testsuite/gdb.base/prologue.exp | 2 +- gdb/testsuite/gdb.base/ptype.c | 8 +- gdb/testsuite/gdb.base/ptype1.c | 2 +- gdb/testsuite/gdb.base/setvar.c | 4 +- gdb/testsuite/gdb.base/share-env-with-gdbserver.c | 2 +- gdb/testsuite/gdb.base/sizeof.c | 2 +- gdb/testsuite/gdb.base/symbol-alias.exp | 2 +- gdb/testsuite/gdb.base/symbol-alias2.c | 6 ++ gdb/testsuite/gdb.base/watchpoint.c | 4 +- gdb/testsuite/gdb.base/watchpoint.exp | 4 +- gdb/testsuite/gdb.base/whatis.c | 4 +- gdb/testsuite/gdb.cp/call-c-1.c | 3 + gdb/testsuite/gdb.mi/var-cmd.c | 2 +- gdb/testsuite/gdb.python/py-as-string.c | 2 +- gdb/testsuite/gdb.python/py-frame-inline.exp | 2 +- gdb/testsuite/gdb.python/py-framefilter-mi.c | 4 +- gdb/testsuite/gdb.python/py-framefilter.c | 8 +- gdb/testsuite/gdb.python/py-nested-maps.c | 44 ++++----- 32 files changed, 233 insertions(+), 89 deletions(-)