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-next-allmodconfig in repository toolchain/ci/binutils-gdb.
from 8e5e5494f8 Factor out mi_ui_out instantiation logic adds b4be1b0648 Fix MI output for multi-location breakpoints adds a068643d69 Change pid_to_str to return std::string adds a0148d8416 Automatic date update in version.in adds 6f11e6824e Make TUI react to "set style enabled" adds d085f98901 Add the "set style source" command adds 3b336828de Avoid a crash in source_cache::extract_lines adds be22c732bf Fix illegal memory access parsing a corrupt ELF file. adds 3fff2c370c Fix colors in TUI mode in MS-Windows build with ncurses adds 6cc71b820c Fix an illegal memory access when parsing a corrupt ELF file. new d7f848c3b5 Fix a buffer overrun error when attempting to parse corrupt [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/ChangeLog | 23 +++ bfd/dwarf2.c | 9 + bfd/elflink.c | 30 ++- bfd/version.h | 2 +- gdb/ChangeLog | 230 +++++++++++++++++++++ gdb/NEWS | 20 ++ gdb/aix-thread.c | 13 +- gdb/breakpoint.c | 26 ++- gdb/bsd-kvm.c | 8 +- gdb/bsd-uthread.c | 13 +- gdb/btrace.c | 10 +- gdb/cli/cli-style.c | 31 +++ gdb/cli/cli-style.h | 3 + gdb/corelow.c | 8 +- gdb/darwin-nat.c | 14 +- gdb/darwin-nat.h | 2 +- gdb/dcache.c | 2 +- gdb/doc/ChangeLog | 14 ++ gdb/doc/gdb.texinfo | 110 ++++++++-- gdb/dummy-frame.c | 2 +- gdb/fbsd-nat.c | 13 +- gdb/fbsd-nat.h | 2 +- gdb/fbsd-tdep.c | 9 +- gdb/gdbarch.c | 2 +- gdb/gdbarch.h | 4 +- gdb/gdbarch.sh | 2 +- gdb/gnu-nat.c | 25 +-- gdb/gnu-nat.h | 2 +- gdb/go32-nat.c | 4 +- gdb/i386-cygwin-tdep.c | 9 +- gdb/i386-gnu-nat.c | 4 +- gdb/inf-ptrace.c | 8 +- gdb/inf-ptrace.h | 2 +- gdb/inferior.c | 8 +- gdb/infrun.c | 123 +++++------ gdb/linux-fork.c | 24 ++- gdb/linux-nat.c | 109 +++++----- gdb/linux-nat.h | 2 +- gdb/linux-tdep.c | 9 +- gdb/linux-thread-db.c | 11 +- gdb/mi/mi-cmds.c | 2 + gdb/mi/mi-main.c | 27 +++ gdb/mi/mi-main.h | 13 ++ gdb/mi/mi-out.c | 4 +- gdb/nto-procfs.c | 17 +- gdb/obsd-nat.c | 9 +- gdb/obsd-nat.h | 2 +- gdb/observable.c | 1 + gdb/observable.h | 4 + gdb/process-stratum-target.c | 2 +- gdb/procfs.c | 31 ++- gdb/progspace.c | 4 +- gdb/ravenscar-thread.c | 9 +- gdb/record-btrace.c | 20 +- gdb/remote-sim.c | 7 +- gdb/remote.c | 45 ++-- gdb/sol-thread.c | 24 +-- gdb/sol2-tdep.c | 11 +- gdb/sol2-tdep.h | 2 +- gdb/source-cache.c | 23 ++- gdb/source-cache.h | 7 +- gdb/target-debug.h | 2 + gdb/target-delegates.c | 14 +- gdb/target.c | 25 ++- gdb/target.h | 6 +- gdb/testsuite/ChangeLog | 12 ++ gdb/testsuite/gdb.base/style.exp | 6 + .../gdb.mi/mi-breakpoint-location-ena-dis.exp | 56 ----- ...-dis.cc => mi-breakpoint-multiple-locations.cc} | 0 .../gdb.mi/mi-breakpoint-multiple-locations.exp | 131 ++++++++++++ gdb/thread.c | 27 +-- gdb/top.c | 4 +- gdb/tui/tui-hooks.c | 14 ++ gdb/tui/tui-io.c | 30 +++ gdb/tui/tui-stack.c | 6 +- gdb/tui/tui-winsource.c | 44 ++-- gdb/tui/tui-winsource.h | 1 + gdb/windows-nat.c | 23 +-- gdb/windows-tdep.c | 8 +- gdb/x86-linux-nat.c | 2 +- 80 files changed, 1096 insertions(+), 521 deletions(-) delete mode 100644 gdb/testsuite/gdb.mi/mi-breakpoint-location-ena-dis.exp rename gdb/testsuite/gdb.mi/{mi-breakpoint-location-ena-dis.cc => mi-breakpoint-mu [...] create mode 100644 gdb/testsuite/gdb.mi/mi-breakpoint-multiple-locations.exp