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-arm-stable-allnoconfig in repository toolchain/binutils-gdb.
from b18ca5148b Fix 'Invalid read of size 4' in search_command_helper adds 113b7b8142 gdb/riscv: Split ISA and ABI features adds 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
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 78 +++++++++++ gdb/arch/riscv.h | 15 +-- gdb/infcall.c | 6 +- gdb/inferior.h | 3 + gdb/infrun.c | 142 +++------------------ gdb/infrun.h | 44 +++++++ gdb/python/py-arch.c | 5 +- gdb/python/py-breakpoint.c | 2 +- gdb/python/py-frame.c | 4 +- gdb/python/py-inferior.c | 4 +- gdb/python/py-type.c | 2 +- gdb/riscv-tdep.c | 81 ++++++------ gdb/riscv-tdep.h | 37 +++++- gdb/symfile.c | 10 +- .../basic_string_view/element_access/char/empty.cc | 2 +- 16 files changed, 241 insertions(+), 196 deletions(-)