Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Daniel Jacobowitz <drow@mvista.com>
To: gdb-patches@sources.redhat.com
Subject: Re: linespec.c:cplusplus_hint()?
Date: Wed, 30 Jan 2002 20:55:00 -0000	[thread overview]
Message-ID: <20020130235544.B22536@nevyn.them.org> (raw)
In-Reply-To: <3C58C972.9060904@cygnus.com>

On Wed, Jan 30, 2002 at 11:34:58PM -0500, Andrew Cagney wrote:
> Hello,
> 
> I'm wondering if the function:
> 
> /* While the C++ support is still in flux, issue a possibly helpful hint on
>    using the new command completion feature on single quoted demangled C++
>    symbols.  Remove when loose ends are cleaned up.   FIXME -fnf */
> 
> static void
> cplusplus_hint (char *name)
> {
>   while (*name == '\'')
>     name++;
>   printf_filtered ("Hint: try '%s<TAB> or '%s<ESC-?>\n", name, name);
>   printf_filtered ("(Note leading single quote.)\n");
> }
> 
> is still needed.  I'm not worried either way but if it is, I'll change 
> it and its calls a little.

My vote is to keep it.  Using completion on something inside single
quotes is not obvious to me.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


  reply	other threads:[~2002-01-31  4:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-30 20:35 linespec.c:cplusplus_hint()? Andrew Cagney
2002-01-30 20:55 ` Daniel Jacobowitz [this message]
2002-01-30 21:11   ` linespec.c:cplusplus_hint()? Christopher Faylor
2002-01-31 10:52     ` linespec.c:cplusplus_hint()? Andrew Cagney

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=20020130235544.B22536@nevyn.them.org \
    --to=drow@mvista.com \
    --cc=gdb-patches@sources.redhat.com \
    /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