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-defconfig in repository toolchain/binutils-gdb.
from 502c64b9ac Automatic date update in version.in adds 4ada3dfd5c Fix year range in unittests/.../char/empty.cc copyright header adds 8833fbf05c Style improvements in gdb/python adds 5d36dfb949 Fix search of debug files for remote debuggee adds e331924073 Fix leak of struct call_thread_fsm in call_function_by_hand_dummy. adds d20172fc53 Place displaced step data directly in inferior structure adds 61fd3e7389 Change inferior_to_inferior_object to return a gdbpy_ref adds 3a6ae42d4e Remove cleanups from linespec.c adds c55d06ec95 Remove a cleanup from target-descriptions.c adds e8b1c9b397 Automatic date update in version.in adds 69961a84c9 Don't build readline/libreadline.a, when --with-system-readl [...]
No new revisions were added by this update.
Summary of changes: ChangeLog | 6 + bfd/version.h | 2 +- configure | 6 + configure.ac | 6 + gdb/ChangeLog | 85 ++++++++++++ gdb/infcall.c | 6 +- gdb/inferior.h | 3 + gdb/infrun.c | 142 +++------------------ gdb/infrun.h | 44 +++++++ gdb/linespec.c | 141 ++++++++------------ gdb/python/py-arch.c | 5 +- gdb/python/py-breakpoint.c | 2 +- gdb/python/py-exitedevent.c | 2 +- gdb/python/py-frame.c | 4 +- gdb/python/py-inferior.c | 28 ++-- gdb/python/py-infthread.c | 6 +- gdb/python/py-type.c | 2 +- gdb/python/python-internal.h | 2 +- gdb/symfile.c | 10 +- gdb/target-descriptions.c | 12 +- gdb/target-descriptions.h | 13 +- .../basic_string_view/element_access/char/empty.cc | 2 +- gdb/xml-tdesc.c | 13 +- 23 files changed, 282 insertions(+), 260 deletions(-)