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 81eaa506109 Handle ghost entities in symbol lookup new c3f2a3738a3 Remove null sentinel from 'attributes' new 45016746f1a Fix bug in Ada attributes lexing new 28c4b1ffaa4 Enable "set debug parser" for Ada new 1e237aba221 Refactor expression completion new c66ed94ae96 Implement completion for Ada attributes new 67700be2867 Refactor ada-lex.l:processId new 02a8d05fc67 Remove the Ada DOT_ALL token new 484e7c5ff5f Consolidate single-char tokens in ada-lex.l new d4da1b2c1b7 Add context-sensitive field name completion to Ada parser
The 9 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.h | 23 +++++ gdb/ada-exp.y | 163 +++++++++++++++++++++++++++++--- gdb/ada-lex.l | 155 ++++++++++++++++++++---------- gdb/completer.c | 92 ++---------------- gdb/eval.c | 87 +++++++++++++++++ gdb/expop.h | 20 ++-- gdb/expression.h | 22 ++++- gdb/parse.c | 84 +++++++--------- gdb/parser-defs.h | 57 +++++++++-- gdb/testsuite/gdb.ada/formatted_ref.exp | 21 ++-- gdb/testsuite/gdb.ada/ptype_field.exp | 31 ++++++ 11 files changed, 537 insertions(+), 218 deletions(-)