This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_ubsan in repository toolchain/ci/binutils-gdb.
from b8e92c571b Automatic date update in version.in adds 7eb21cc702 Change call_site_target to use custom type and enum adds 797662d7ef Make call_site_target members private adds 394d8c59ea Constify chain_candidate adds 206bedc2aa Change call_site_find_chain_1 to work recursively adds a0e0ca7044 Change call_site_target to iterate over addresses adds 48ac197b0c Handle multiple addresses in call_site_target adds 22f8b65e9b Simplify the CLI set_logging logic adds 8b1931b394 Use unique_ptr in CLI logging code adds 3c6c449e30 Add new timestamped_file class adds 52a4a5885a Switch gdb_stdlog to use timestamped_file adds f77c52719d Add Rust parser check for end of expression adds 4a02e01a71 Automatic date update in version.in adds 1fc6fa2f1b asan: heap buffer overflow in pa_chk_field_selector adds 7cd7b0641b sim: add arch/.gdbinit stub scripts adds 1d1595b48b RISC-V: correct FCVT.Q.L[U] adds be13be5b68 gas/Dwarf: special-case .linefile only for macros adds f3bbd5c389 bfd/Dwarf2: make find-nearest-line returned function name co [...] adds ddfc2f56d5 bfd/Dwarf2: gas doesn't mangle names adds 9e6a252c06 gdb/mi: fix use after free of frame_info causing spurious no [...] adds 4daa9f295d gdb/testsuite: fix copy & paste error in gdb.python/py-forma [...] adds 47b8bb38fc gdb/testsuite: fix test failure when building against readline v7 adds 2f761de2ba gdb/remote: use current_inferior in read_ptid if multi-proce [...]
No new revisions were added by this update.
Summary of changes: bfd/dwarf2.c | 6 +- bfd/version.h | 2 +- gas/config/tc-hppa.c | 45 ++-- gas/macro.c | 3 +- gas/testsuite/gas/elf/dwarf-5-irp.d | 20 ++ gas/testsuite/gas/elf/dwarf-5-irp.s | 7 + gas/testsuite/gas/riscv/zqinx.d | 4 +- gdb/cli/cli-interp.c | 63 ++--- gdb/dwarf2/loc.c | 270 ++++++++++++--------- gdb/dwarf2/read.c | 35 +++ gdb/event-top.c | 2 +- gdb/gdbtypes.h | 95 +++++--- gdb/mi/mi-main.c | 44 +++- gdb/remote.c | 9 +- gdb/rust-parse.c | 6 +- gdb/testsuite/gdb.arch/amd64-entry-value.exp | 2 +- gdb/testsuite/gdb.base/eof-exit.exp | 2 +- .../{multi-kill.c => attach-no-multi-process.c} | 16 +- .../gdb.multi/attach-no-multi-process.exp | 88 +++++++ gdb/testsuite/gdb.python/py-format-address.exp | 7 +- gdb/testsuite/gdb.rust/expr.exp | 2 + gdb/tui/tui-io.c | 8 +- gdb/ui-file.c | 29 +++ gdb/ui-file.h | 24 ++ gdb/utils.c | 32 +-- gdb/utils.h | 3 + opcodes/riscv-opc.c | 4 +- sim/Makefile.in | 75 +++++- sim/common/gdbinit.in | 2 + sim/configure | 125 ++++++++-- sim/configure.ac | 1 + 31 files changed, 722 insertions(+), 309 deletions(-) copy gdb/testsuite/gdb.multi/{multi-kill.c => attach-no-multi-process.c} (88%) create mode 100644 gdb/testsuite/gdb.multi/attach-no-multi-process.exp create mode 100644 sim/common/gdbinit.in