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 ec72db3ef4 Fix wrong prefix in py-breakpoint.exp new 883fd55ab1 Record nested types
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/ChangeLog | 36 ++ gdb/NEWS | 4 + gdb/c-typeprint.c | 22 +- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 13 + gdb/dwarf2read.c | 98 ++++-- gdb/gdbtypes.h | 26 +- gdb/testsuite/ChangeLog | 14 + gdb/testsuite/gdb.cp/nested-types.cc | 628 ++++++++++++++++++++++++++++++++++ gdb/testsuite/gdb.cp/nested-types.exp | 322 +++++++++++++++++ gdb/testsuite/lib/cp-support.exp | 364 +++++++++++++++++--- gdb/testsuite/lib/data-structures.exp | 164 +++++++++ gdb/typeprint.c | 71 +++- gdb/typeprint.h | 3 + 14 files changed, 1684 insertions(+), 86 deletions(-) create mode 100644 gdb/testsuite/gdb.cp/nested-types.cc create mode 100644 gdb/testsuite/gdb.cp/nested-types.exp create mode 100644 gdb/testsuite/lib/data-structures.exp