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 c4a23bf878 Add support for the MVE VMOV instruction to the ARM assemble [...] new 4acfdd20c9 gdb: Add new -n flag to some info commands
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 | 43 ++++++++ gdb/NEWS | 5 + gdb/cli/cli-utils.c | 65 ++--------- gdb/cli/cli-utils.h | 39 +------ gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 15 ++- gdb/python/python.c | 4 +- gdb/stack.c | 77 ++++++++++++- gdb/symtab.c | 120 ++++++++++++++++++--- gdb/symtab.h | 3 +- gdb/testsuite/ChangeLog | 9 ++ gdb/testsuite/gdb.base/info-fun.exp | 97 +++++++++-------- .../info-var-f1.c} | 9 +- .../info-var-f2.c} | 13 +-- gdb/testsuite/gdb.base/info-var.exp | 60 +++++++++++ .../dw2-ranges-main.c => gdb.base/info-var.h} | 7 +- 16 files changed, 392 insertions(+), 179 deletions(-) copy gdb/testsuite/{gdb.arch/riscv-unwind-long-insn.c => gdb.base/info-var-f1.c} (88%) copy gdb/testsuite/{gdb.arch/riscv-unwind-long-insn.c => gdb.base/info-var-f2.c} (87%) create mode 100644 gdb/testsuite/gdb.base/info-var.exp copy gdb/testsuite/{gdb.dwarf2/dw2-ranges-main.c => gdb.base/info-var.h} (92%)