This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/binutils-gdb.
from c628f812eb RISC-V: Added ld testcase for pcgp relaxation. adds 431be556b0 gdb: make disassembler fprintf callback a static member function adds 8b87fbe6bb gdb/python: new gdb.architecture_names function adds 625f7b1cdc gdb/python: move gdb.Membuf support into a new file adds d5684c961f [gdb/testsuite] Fix FAILs in gdb.mi/mi-breakpoint-changed.exp adds 5d71c60df5 [gdb/testsuite] Fix gdb.threads/linux-dp.exp
No new revisions were added by this update.
Summary of changes: gdb/Makefile.in | 1 + gdb/NEWS | 4 + gdb/disasm.c | 31 ++-- gdb/disasm.h | 3 + gdb/doc/python.texi | 9 + gdb/python/py-arch.c | 23 +++ gdb/python/py-inferior.c | 182 +------------------- gdb/python/py-membuf.c | 226 +++++++++++++++++++++++++ gdb/python/python-internal.h | 6 + gdb/python/python.c | 5 + gdb/testsuite/gdb.mi/mi-breakpoint-changed.exp | 4 +- gdb/testsuite/gdb.python/py-arch.exp | 51 ++++++ gdb/testsuite/gdb.threads/linux-dp.exp | 2 +- 13 files changed, 349 insertions(+), 198 deletions(-) create mode 100644 gdb/python/py-membuf.c