public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug ada/28727] add context-sensitive completion
Date: Mon, 04 Apr 2022 18:51:02 +0000	[thread overview]
Message-ID: <bug-28727-4717-MbA7QAQRwd@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-28727-4717@http.sourceware.org/bugzilla/>

https://sourceware.org/bugzilla/show_bug.cgi?id=28727

--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d4da1b2c1b7b85968da608dde03e054cc0b1f7ca

commit d4da1b2c1b7b85968da608dde03e054cc0b1f7ca
Author: Tom Tromey <tromey@adacore.com>
Date:   Tue Feb 22 13:12:02 2022 -0700

    Add context-sensitive field name completion to Ada parser

    This updates the Ada expression parser to implement context-sensitive
    field name completion.  This is PR ada/28727.

    This is somewhat complicated due to some choices in the Ada lexer --
    it chooses to represent a sequence of "."-separated identifiers as a
    single token, so the parser must partially recreate the completer's
    logic to find the completion word boundaries.

    Despite the minor warts in this patch, though, it is a decent
    improvement.  It's possible that the DWARF reader rewrite will help
    fix the package completion problem pointed out in this patch as well.

    Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=28727

-- 
You are receiving this mail because:
You are on the CC list for the bug.

  parent reply	other threads:[~2022-04-04 18:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-26 17:48 [Bug ada/28727] New: " tromey at sourceware dot org
2022-02-22 15:11 ` [Bug ada/28727] " tromey at sourceware dot org
2022-02-24 21:32 ` tromey at sourceware dot org
2022-03-07 19:36 ` tromey at sourceware dot org
2022-04-04 18:51 ` cvs-commit at gcc dot gnu.org [this message]
2022-04-04 18:53 ` tromey at sourceware dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-28727-4717-MbA7QAQRwd@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=gdb-prs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).