This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: CLI commands in MI
On Thu, May 11, 2006 at 10:45:34PM +1200, Nick Roberts wrote:
> > > I don't how you can say that as directly entered CLI commands now
> > > (implicitly) use -interpreter-exec console. AFAICS the only difference is
> > > the extra &"r\n".
> >
> > Hmmm, that's not the case for me. Is this becase I'm using an older
> > version of GDB?
> >
> > $ gdb --version
> > GNU gdb 6.3-debian
>
>
> Yes, this is the change:
>
> 2005-02-20 Andrew Cagney <cagney@gnu.org>
>
> * mi/mi-main.c (captured_mi_execute_command): Use
> mi_cmd_interpreter_exec.
>
> Let's keep the discussion relative to GDB in CVS.
I see! Thanks Nick for the info.
Bob Rossi