This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-allmodconfig in repository toolchain/ci/binutils-gdb.
from 6b1dce3a3d Automatic date update in version.in adds 63c457b911 gmp-utils: protect gdb_mpz exports against out-of-range values adds 296cfb8889 s390: Fix BC instruction breakpoint handling adds 13f11b0b61 Automatic date update in version.in adds 00158a68d1 Fix struct expression regression adds f51f9f1d03 [gdb/ada] Handle shrink resize in replace_operator_with_call adds 21e051b3d6 gdb/main: execute breakpoint commands for '-iex' and '-ex' commands adds 5759831a2d gdb/linespec: relax the position of the '-force-condition' flag adds 1f58f6c259 gdb/completer: improve tab completion to consider the '-forc [...]
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 45 ++++++++++++ gdb/ada-lang.c | 41 ++++++----- gdb/breakpoint.c | 2 +- gdb/completer.c | 6 +- gdb/gmp-utils.c | 79 +++++++++++++++++++--- gdb/gmp-utils.h | 40 ++++++----- gdb/linespec.c | 45 +++++++----- gdb/main.c | 9 ++- gdb/s390-tdep.h | 2 +- gdb/testsuite/ChangeLog | 19 ++++++ .../bp-cmds-run-with-ex.c} | 0 ...without-address.exp => bp-cmds-run-with-ex.exp} | 43 +++++++----- ...-sourced-script.gdb => bp-cmds-run-with-ex.gdb} | 7 +- gdb/testsuite/gdb.gdb/python-interrupts.exp | 2 +- gdb/testsuite/gdb.gdb/python-selftest.exp | 2 +- gdb/testsuite/gdb.linespec/explicit.exp | 14 ++++ gdb/testsuite/gdb.linespec/keywords.exp | 12 ++++ gdb/unittests/gmp-utils-selftests.c | 71 ++++++++++++++++++- 19 files changed, 345 insertions(+), 96 deletions(-) copy gdb/testsuite/{gdb.arch/riscv-tdesc-regs.c => gdb.base/bp-cmds-run-with-ex.c} (100%) copy gdb/testsuite/gdb.base/{label-without-address.exp => bp-cmds-run-with-ex.exp} (54%) copy gdb/testsuite/gdb.base/{bp-cmds-sourced-script.gdb => bp-cmds-run-with-ex.gdb} (93%)