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/ci/binutils-gdb.
from ee3c5f8968 Fix GDB crash when registers cannot be modified. adds 62160ec954 Fix "list" when control characters are seen adds 8ecb59f856 Print non-Ada unions without crashing adds 189b8c2e10 gdb/configure.ac: add --enable-source-highlight adds 61f4b35041 Make copy_name return std::string adds cf250e3679 Make objfile::static_links an htab_up adds b494cdff69 Use std::list for event notifications in gdbserver adds 97dfbaddad Use std::list for remote_notif_state::notif_queue adds 8732db6ceb Remove an include of common/queue.h adds fb88198679 Remove common/queue.h adds 4884b57f24 Automatic date update in version.in new f2ae8bc883 Fix GDB crash when registers cannot be modified.
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/version.h | 2 +- gdb/ChangeLog | 84 ++++++ gdb/ada-lang.c | 17 +- gdb/c-exp.y | 104 +++---- gdb/common/queue.h | 298 --------------------- gdb/configure | 38 ++- gdb/configure.ac | 33 ++- gdb/cp-abi.c | 3 +- gdb/d-exp.y | 31 ++- gdb/event-loop.c | 1 - gdb/f-exp.y | 12 +- gdb/gdbserver/ChangeLog | 23 ++ gdb/gdbserver/notif.c | 37 +-- gdb/gdbserver/notif.h | 17 +- gdb/gdbserver/server.c | 80 +++--- gdb/gdbtypes.c | 5 +- gdb/gdbtypes.h | 14 +- gdb/go-exp.y | 45 ++-- gdb/m2-exp.y | 31 +-- gdb/objfiles.c | 16 +- gdb/objfiles.h | 2 +- gdb/p-exp.y | 69 ++--- gdb/parse.c | 37 +-- gdb/parser-defs.h | 2 +- gdb/remote-notif.c | 27 +- gdb/remote-notif.h | 30 ++- gdb/remote.c | 2 +- gdb/source.c | 8 +- gdb/symfile.c | 2 +- gdb/testsuite/ChangeLog | 10 + .../stack-protector.c => gdb.ada/ptype_union.c} | 27 +- .../pr10770.exp => gdb.ada/ptype_union.exp} | 31 +-- gdb/testsuite/gdb.base/list0.h | 2 +- gdb/top.c | 9 + gdb/type-stack.c | 2 +- gdb/type-stack.h | 2 +- 36 files changed, 506 insertions(+), 647 deletions(-) delete mode 100644 gdb/common/queue.h copy gdb/testsuite/{gdb.base/stack-protector.c => gdb.ada/ptype_union.c} (83%) copy gdb/testsuite/{gdb.dwarf2/pr10770.exp => gdb.ada/ptype_union.exp} (61%)