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-stable-allnoconfig in repository toolchain/ci/binutils-gdb.
from 8e1ada9e0b Move TILE-Gx files to TARGET64_LIBOPCODES_CFILES adds d890c720b8 gdb: make regcache's cooked_write_test selftest work with na [...] adds 1653ae5b84 gprofng: use $host instead $target adds 6e9cd73eb5 gdb: use gdb::function_view for gdbarch_iterate_over_objfile [...] adds 2392dc0f8e Automatic date update in version.in adds 2899c914f4 [gdb/testsuite] Fix gdb.dwarf2/locexpr-data-member-location. [...] adds 0ee8858e7a bfd targmatch.h makefile rule adds dd9cd55e99 PowerPC: bp-permanent.exp, kill-after-signal fix adds 04d0163c3f Change print_recreate_thread to a method adds 9efa3c7fa3 Remove breakpoint::ops adds a6860f3ad2 Boolify breakpoint::explains_signal adds 5a61e17687 Move works_in_software_mode to watchpoint adds 7bd8631327 Constify breakpoint::print_it adds a67bcaba1c Constify breakpoint::print_one adds b713485d66 Constify breakpoint::print_mention adds 4d1ae55893 Constify breakpoint::print_recreate adds fb9e637013 Remove unnecessary line from catch_exec_command_1 adds ec79815480 Add constructor to fork_catchpoint adds 4874f776ca Add constructor to solib_catchpoint adds e02f53e50e Add constructor to signal_catchpoint adds 6c91c7de20 Add constructor to syscall_catchpoint adds 1ae43feabb Add constructor to exception_catchpoint adds 3101e4a1c5 Disable copying for breakpoint adds 73063f5180 Remove init_raw_breakpoint_without_location adds b68f26dea7 Add initializers to tracepoint adds fed1c982de Introduce catchpoint class adds d11c7afad3 Fix new linker testsuite failures due to rwx segment test problems adds 29004660c9 PowerPC fix for gdb.server/sysroot.exp adds 29b5074f3a Automatic date update in version.in adds 5a91f93b98 Re: Fix new linker testsuite failures due to rwx segment tes [...] adds 69464d2267 Fix multiple ubsan warnings in i386-dis.c adds 8f3babfaf8 gdb/readline: fix extra 'quit' message problem adds c5eab52dba Fix "catch syscall" adds 07d9774171 Automatic date update in version.in adds efd1a8512f [gdb/testsuite] Fix gdb.threads/fork-plus-threads.exp with c [...] adds c7dad3e9f9 [gdb/testsuite] Fix gdb.ada/catch_ex_std.exp with remote-gdb [...] adds 603df41b46 [gdb/testsuite] Handle init errors in gdb.mi/user-selected-c [...] adds a1aaf801d5 [gdb/testsuite] Fix gdb.cp/casts.exp with -m32 adds 4a43e2435b [gdb/testsuite] Fix gdb.tui/scroll.exp with read1 adds 2dc60c7710 Automatic date update in version.in adds cd02db09d2 [gdb/tdep] Handle pipe2 syscall for amd64
No new revisions were added by this update.
Summary of changes: bfd/Makefile.am | 2 +- bfd/Makefile.in | 2 +- bfd/elfnn-loongarch.c | 3 - bfd/version.h | 2 +- gdb/ada-lang.c | 36 +-- gdb/amd64-linux-tdep.c | 3 + gdb/amd64-linux-tdep.h | 1 + gdb/break-catch-exec.c | 30 +- gdb/break-catch-fork.c | 36 +-- gdb/break-catch-load.c | 46 +-- gdb/break-catch-sig.c | 39 +-- gdb/break-catch-syscall.c | 32 ++- gdb/break-catch-throw.c | 51 ++-- gdb/breakpoint.c | 315 +++++++++------------ gdb/breakpoint.h | 119 ++++---- gdb/findvar.c | 55 +--- gdb/gdbarch-components.py | 12 +- gdb/gdbarch-gen.h | 13 +- gdb/gdbarch.c | 4 +- gdb/gdbarch.h | 4 +- gdb/objfiles.c | 14 +- gdb/objfiles.h | 5 +- gdb/regcache.c | 25 +- gdb/solib-svr4.c | 15 +- gdb/symtab.c | 61 +--- gdb/testsuite/gdb.ada/catch_ex_std.exp | 4 + gdb/testsuite/gdb.base/bp-permanent.exp | 25 ++ gdb/testsuite/gdb.base/kill-after-signal.exp | 33 ++- gdb/testsuite/gdb.base/readline.exp | 10 + gdb/testsuite/gdb.cp/casts.cc | 4 +- .../gdb.dwarf2/locexpr-data-member-location-lib.c | 13 - .../gdb.dwarf2/locexpr-data-member-location.exp | 155 +++++----- .../gdb.mi/user-selected-context-sync.exp | 13 +- gdb/testsuite/gdb.server/sysroot.exp | 2 +- gdb/testsuite/gdb.threads/fork-plus-threads.exp | 18 +- gdb/testsuite/gdb.tui/scroll.exp | 8 +- gdb/testsuite/lib/dwarf.exp | 16 +- gdb/testsuite/lib/tuiterm.exp | 99 ++++--- gdb/windows-tdep.c | 23 +- gprofng/configure | 9 +- gprofng/configure.ac | 9 +- gprofng/libcollector/configure | 2 +- gprofng/libcollector/configure.ac | 2 +- ld/testsuite/ld-elf/elf.exp | 4 +- ld/testsuite/ld-elf/nobits-1.s | 2 + ld/testsuite/ld-elf/size-2.s | 2 + opcodes/i386-dis.c | 26 +- readline/readline/callback.c | 7 +- 48 files changed, 712 insertions(+), 699 deletions(-)