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 6951e9f3e2 Automatic date update in version.in new 0d4cad90ca New cli-utils.h/.c function extract_info_print_args new 12615cba84 Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|fun [...] new d321477b39 Document changes to info [args|functions|locals|variables] new e0a7911fa2 Announce changes in NEWS to info [args|functions|locals|variables] new 82b5e646c2 Add a test case for info args|functions|locals|variables [-q [...]
The 5 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 | 35 ++++++ gdb/NEWS | 9 ++ gdb/cli/cli-utils.c | 129 ++++++++++++++++++++ gdb/cli/cli-utils.h | 30 +++++ gdb/doc/ChangeLog | 7 ++ gdb/doc/gdb.texinfo | 125 +++++++++++++++++-- gdb/python/python.c | 4 +- gdb/stack.c | 139 ++++++++++++++++++--- gdb/symtab.c | 191 ++++++++++++++++++++++++----- gdb/symtab.h | 7 +- gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.base/info_qt.c | 78 ++++++++++++ gdb/testsuite/gdb.base/info_qt.exp | 243 +++++++++++++++++++++++++++++++++++++ 13 files changed, 941 insertions(+), 61 deletions(-) create mode 100644 gdb/testsuite/gdb.base/info_qt.c create mode 100644 gdb/testsuite/gdb.base/info_qt.exp