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 29caf118366 gdb/riscv: fix regressions in gdb.base/unwind-on-each-insn.exp new 5cdf86d3637 asan: csky floatformat_to_double uninitialised value new 2dc3457a454 gdb: include breakpoint number in testing condition error message new 0576dff20f0 gdbserver: allows agent_mem_read to return an error code new 3812b38d8de gdbserver: allow agent expressions to fail with invalid mem [...] new 1bdcdb41926 gdb: avoid repeated signal reporting during failed conditio [...] new 2e411b8c68e gdb: don't always print breakpoint location after failed co [...]
The 6 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/breakpoint.c | 15 +- gdb/infcall.c | 9 + .../bp-cond-failure.c} | 18 +- gdb/testsuite/gdb.base/bp-cond-failure.exp | 104 ++++++++++++ .../gdb.base/catch-signal-siginfo-cond.exp | 2 +- gdb/testsuite/gdb.base/gnu-ifunc.exp | 2 +- .../infcall-failure.c} | 35 ++-- gdb/testsuite/gdb.base/infcall-failure.exp | 183 +++++++++++++++++++++ gdb/testsuite/gdb.python/py-finish-breakpoint.exp | 2 +- gdbserver/ax.cc | 12 +- gdbserver/ax.h | 3 +- gdbserver/tracepoint.cc | 11 +- gdbserver/tracepoint.h | 9 +- opcodes/csky-dis.c | 16 +- 14 files changed, 369 insertions(+), 52 deletions(-) copy gdb/testsuite/{gdb.mi/mi-var-invalidate-shlib-lib.c => gdb.base/bp-cond-failu [...] create mode 100644 gdb/testsuite/gdb.base/bp-cond-failure.exp copy gdb/testsuite/{gdb.mi/mi-var-invalidate-shlib.c => gdb.base/infcall-failure.c} (59%) create mode 100644 gdb/testsuite/gdb.base/infcall-failure.exp