This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_debug in repository toolchain/ci/binutils-gdb.
from 85acc25b30 Automatic date update in version.in adds eda240cd35 Clarify the wording of the error message when an obsolete co [...] adds cb7da2a640 Further correct the handling of long pathnames on Windows hosts. adds e008305278 Fix gdb.fortran "failed to extract expected results" errors adds 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 new cb3a9d1b79 Automatic date update in version.in
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 | 11 +++ bfd/bfdio.c | 78 +++++++++++----------- bfd/config.bfd | 4 +- bfd/version.h | 2 +- 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.fortran/array-slices.exp | 6 ++ gdb/testsuite/gdb.fortran/lbound-ubound.exp | 6 ++ gdb/testsuite/gdb.mi/mi-exec-run.exp | 53 ++++++++------- gdb/testsuite/gdb.python/py-infthread.exp | 5 ++ gdb/testsuite/lib/gdb.exp | 15 +++++ 29 files changed, 308 insertions(+), 102 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%)