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 0ba59a2940 x86-64: accept 64-bit LFS/LGS/LSS forms with suffix or opera [...] new 293b38d60f gdb/mi: Add -symbol-info-module-{variables,functions} new f97a63c5aa gdb: Split global symbol search into separate functions new c2512106f8 gdb/mi: Add -max-results parameter to some -symbol-info-* commands
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 | 61 ++++ gdb/NEWS | 4 + gdb/doc/ChangeLog | 10 + gdb/doc/gdb.texinfo | 169 +++++++++++ gdb/mi/mi-cmds.c | 4 + gdb/mi/mi-cmds.h | 2 + gdb/mi/mi-symbol-cmds.c | 201 ++++++++++++- gdb/symtab.c | 451 +++++++++++++++------------- gdb/symtab.h | 42 +++ gdb/testsuite/ChangeLog | 9 + gdb/testsuite/gdb.mi/mi-fortran-modules.exp | 25 +- gdb/testsuite/gdb.mi/mi-sym-info.exp | 21 ++ 12 files changed, 788 insertions(+), 211 deletions(-)