This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 659971cb0f8 gdb/python: Add gdb.InferiorThread.details attribute new a7041de85a0 Handle 'QWW' encoding case in Ada enums new c9f66f00050 Handle multi-byte bracket sequences in Ada lexer new 29928b8e3b7 Fix maybe-uninitialized warning in py-infthread.c
The 3 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/ada-exp.y | 16 +++++-- gdb/ada-lang.c | 28 +++++++++--- gdb/ada-lex.l | 24 +++++----- gdb/ada-valprint.c | 6 ++- gdb/python/py-infthread.c | 4 +- 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 +- 10 files changed, 120 insertions(+), 29 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%)