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 b1b189e04c gdb: Add test for some error cases of @entry usage new 396af9a152 gdb: Remove duplicate declaration of global innermost_block new aee1fcdf97 gdb: New API for tracking innermost block new ae45162705 gdb: PR mi/20395: Fix -var-update for registers in frames 1 and up new 03d0bf7b78 gdb: Remove out of date comment new e707fc445e gdb: Don't store a thread-id for floating varobj
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 | 55 ++++++++ gdb/ada-exp.y | 6 +- gdb/ada-lang.c | 8 +- gdb/breakpoint.c | 12 +- gdb/c-exp.y | 20 +-- gdb/d-exp.y | 11 +- gdb/expression.h | 5 - gdb/f-exp.y | 7 +- gdb/go-exp.y | 7 +- gdb/m2-exp.y | 14 +-- gdb/objfiles.c | 2 +- gdb/p-exp.y | 12 +- gdb/parse.c | 16 ++- gdb/parser-defs.h | 75 ++++++++++- gdb/printcmd.c | 8 +- gdb/rust-exp.y | 8 +- gdb/symfile.c | 2 +- gdb/testsuite/ChangeLog | 14 +++ gdb/testsuite/gdb.mi/basics.c | 2 + gdb/testsuite/gdb.mi/mi-frame-regs.exp | 186 ++++++++++++++++++++++++++++ gdb/testsuite/gdb.mi/mi-var-create-rtti.exp | 5 +- gdb/testsuite/gdb.python/py-mi.exp | 12 +- gdb/varobj.c | 10 +- 23 files changed, 391 insertions(+), 106 deletions(-) create mode 100644 gdb/testsuite/gdb.mi/mi-frame-regs.exp