Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Vladimir Prus <vladimir@codesourcery.com>
To: Bob Rossi <bob_rossi@cox.net>
Cc: gdb@sources.redhat.com
Subject: Re: MI fine-grained versioning
Date: Mon, 18 Dec 2006 16:02:00 -0000	[thread overview]
Message-ID: <200612181902.02350.vladimir@codesourcery.com> (raw)
In-Reply-To: <20061218153921.GY20942@cox.net>

On Monday 18 December 2006 18:39, Bob Rossi wrote:
> On Mon, Dec 18, 2006 at 06:35:33PM +0300, Vladimir Prus wrote:
> > 
> > At the moment, MI does not have any mechanism to announce supported
> > features. For example, I have a patch to add "frozen" variable objects. To support
> > such feature in a backward-compatible fashion, the frontend must know if that
> > features is supported by the given gdb binary.
> > 
> > Using version number is not very reliable -- for example if you use the CVS state
> > of gdb, the version number is not yet bumped.
> > 
> > Yet another approach is to "detect" presence of feature by trying some commands,
> > or by trying commands with some new options, or by constructing more contrived test
> > cases. However that's troublesome.
> > 
> > How about adding new MI command that returnes list of supported fine-grained features.
> > For example:
> > 
> > 	-list-features
> > 	^done,result=["frozen_variables","info_path_expression"]
> > 
> > The MI manual would contain a section listing all feature names and briefly documenting them.
> 
> Great idea!
> 
> There are a few gothcha's. For instance, each command can support
> several parameters, so you might want to report on that. 

Yes. For example if -var-registers end up being

	-var-create --registers

we'd need a feature name.

> But more 
> tricky, is when a command adds an output field that the front end cares
> about. An example of this would be that the -break-list command has
> always existed, but the -break-list command added fullpath functionality
> later on it it's life. How would you handle this, if at all?

That's actually easy. If a frontend can handle the extra field locally,
then we don't need new element in -list-features. If it cannot, we need new element.
This "can" and "cannot" is determined by hacking the relevant support in KDevelop.
If an author of some other frontend wants new item in -list-features, that element
is added too. It's generally easier  to add new elements to -list-features as frontend
authors request, then argue about "inherent" need to announce a specific change.

- Volodya


  reply	other threads:[~2006-12-18 16:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-18 15:35 Vladimir Prus
2006-12-18 15:39 ` Bob Rossi
2006-12-18 16:02   ` Vladimir Prus [this message]
2006-12-18 19:52   ` Nick Roberts
2006-12-18 19:56     ` Bob Rossi
2006-12-18 15:47 ` Daniel Jacobowitz

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=200612181902.02350.vladimir@codesourcery.com \
    --to=vladimir@codesourcery.com \
    --cc=bob_rossi@cox.net \
    --cc=gdb@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