This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/binutils-gdb.
from 53a7a7e17c [gdb/symtab] Fix data race in per_cu->length adds 81384924cd gdb: have gdb_disassemble_info carry 'this' in its stream pointer adds 4cbe4ca5da gdb: add support for disassembler styling using libopcodes adds f58d9432cd Try a couple PAuth compilation flags for gdb.arch/aarch64-pauth.exp adds fdee9814e6 Fix non-existent "@var{thread-id}" in stop reply descriptions new 5d067f3d41 Fix core-file -> detach -> crash (corefiles/29275) new a78ef87574 Always emit =thread-exited notifications, even if silent
The 2 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: gdb/NEWS | 28 +++ gdb/cli/cli-style.c | 107 +++++++++- gdb/cli/cli-style.h | 28 ++- gdb/corelow.c | 27 ++- gdb/disasm.c | 217 +++++++++++++++++++-- gdb/disasm.h | 81 +++++--- gdb/doc/gdb.texinfo | 122 ++++++++++-- gdb/mi/mi-interp.c | 3 - gdb/testsuite/gdb.arch/aarch64-pauth.exp | 19 +- gdb/testsuite/gdb.base/corefile.exp | 12 ++ .../{gdb.base/patch.c => gdb.mi/mi-corefile.c} | 9 +- gdb/testsuite/gdb.mi/mi-corefile.exp | 69 +++++++ 12 files changed, 638 insertions(+), 84 deletions(-) copy gdb/testsuite/{gdb.base/patch.c => gdb.mi/mi-corefile.c} (85%) create mode 100644 gdb/testsuite/gdb.mi/mi-corefile.exp