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-arm in repository toolchain/ci/binutils-gdb.
from ea764154c2 Error when gdb_is_target_1 is called without running gdb instance adds 659971cb0f gdb/python: Add gdb.InferiorThread.details attribute adds a7041de85a Handle 'QWW' encoding case in Ada enums adds c9f66f0005 Handle multi-byte bracket sequences in Ada lexer adds 29928b8e3b Fix maybe-uninitialized warning in py-infthread.c adds 972f7a4b97 Add more filename styling adds 5a734ada7e Fix "spawn id XYZ not open" errors in gdb.mi/mi-exec-run.exp
No new revisions were added by this update.
Summary of changes: gdb/NEWS | 5 ++ gdb/ada-exp.y | 16 +++++-- gdb/ada-lang.c | 28 +++++++++--- gdb/ada-lex.l | 24 ++++++---- gdb/ada-valprint.c | 6 ++- gdb/auto-load.c | 9 ++-- gdb/doc/gdb.texinfo | 2 + gdb/doc/python.texi | 17 +++++++ gdb/gdb_bfd.c | 4 +- gdb/infcmd.c | 3 +- gdb/inferior.c | 4 +- gdb/linux-thread-db.c | 3 +- gdb/progspace.c | 4 +- gdb/python/py-infthread.c | 31 +++++++++++++ gdb/symtab.c | 3 +- gdb/testsuite/gdb.ada/char_enum_unicode.exp | 52 +++++++++++++++++++++ .../{char_enum => char_enum_unicode}/foo.adb | 14 ++++-- .../gdb.ada/{homonym => char_enum_unicode}/pck.adb | 0 .../gdb.ada/{homonym => char_enum_unicode}/pck.ads | 1 + gdb/testsuite/gdb.ada/widewide.exp | 4 +- gdb/testsuite/gdb.mi/mi-exec-run.exp | 53 ++++++++++++---------- gdb/testsuite/gdb.python/py-infthread.exp | 5 ++ 22 files changed, 228 insertions(+), 60 deletions(-) create mode 100644 gdb/testsuite/gdb.ada/char_enum_unicode.exp copy gdb/testsuite/gdb.ada/{char_enum => char_enum_unicode}/foo.adb (65%) copy gdb/testsuite/gdb.ada/{homonym => char_enum_unicode}/pck.adb (100%) copy gdb/testsuite/gdb.ada/{homonym => char_enum_unicode}/pck.ads (99%)