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 b4603c3464 Add ChangeLog entry for the last commit new a8eab7c6d5 gdb: Switch "info types" over to use the gdb::options framework new eb86c5e2e8 gdb: Improve output from "info types" commad new a8e9d24718 gdb: Show type summary for anonymous structures from c_print [...]
The 3 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 | 25 ++++++ gdb/NEWS | 4 + gdb/c-typeprint.c | 2 +- gdb/doc/ChangeLog | 5 ++ gdb/doc/gdb.texinfo | 8 +- gdb/symtab.c | 97 ++++++++++++++++++----- gdb/testsuite/ChangeLog | 11 +++ gdb/testsuite/gdb.ada/info_auto_lang.exp | 5 +- gdb/testsuite/gdb.base/info-types.c | 117 ++++++++++++++++++++++++++++ gdb/testsuite/gdb.base/info-types.exp | 127 +++++++++++++++++++++++++++++++ 10 files changed, 377 insertions(+), 24 deletions(-) create mode 100644 gdb/testsuite/gdb.base/info-types.c create mode 100644 gdb/testsuite/gdb.base/info-types.exp