This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Allow to enable run/stop notifications for function calls.


On Fri, May 02, 2008 at 08:02:55PM +0400, Vladimir Prus wrote:
> > I'm still not convinced we need -enable-feature for anything that
> > -gdb-set and -gdb-show can not handle.
> 
> Is -gdb-show output specified in any way? Is it subject to i18n?

Good point.  For settings we expect MI clients to be interested in,
we could use the ui_out mechanism to give them named fields.  I think
that will work fine.

> > What do you think about bundling this sort of update into MI version
> > 3?  That cuts down on the number of possible knobs for output, which
> > is IMO important.
> 
> Well, this might be good idea, provided everybody concerned agree that
> MI3 will be rapidly changing until futher notice and *no* compatibility
> will be guaranteed until that point.

I think that's fine, if we think we can settle it down by the next
release.  Or the first release to fully support non-stop and async,
if that's not in time for the next release.  At some point we will
have to lock it in place, like we did for mi2.

Existing clients should be using mi2.  Some are probably just using
-i=mi, but that's an easy bug to fix.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]