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: CLI and GDB/MI documentation patch


On Fri, May 12, 2006 at 02:30:32PM +0300, Eli Zaretskii wrote:
> > From:  Vladimir Prus <ghost@cs.msu.su>
> > Date:  Fri, 12 May 2006 12:13:24 +0400
> > 
> > I'd agree with Eli that the proposed text sounds a bit like history, but it
> > documents some important points:
> > 
> > - That you can type CLI commands into MI, and this is not longer considered
> >   to work just by accident
> > - That typing CLI command has the same effect as -interpreter-exec console
> > - That CLI command don't produce async notifications
> > 
> > Those points are important to have documented, IMO.
> 
> I agree.
> 
> Bob, are there any other points you wanted to make?  If so, please
> tell what they are.

haha. I am the worst at writing documentation, but I try anyways!

I think it's important to mention that mi2 supports receiving CLI 
commands directly into the interpreter, but only after a certain
point in it's development. Early on it wasn't supported, so the 
only safe way of passing CLI commands directly is to use 
-interpreter-exec.

> > - That you can type CLI commands into MI, and this is not longer considered
> >   to work just by accident
This was never considered to be used be the FE before.

> > - That CLI command don't produce async notifications
I think it's important to mention that this will most likely change in
the future and that currently this is a lack of a feature.

Thanks,
Bob Rossi


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