This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
RE: Re: GDB MI Interface
- From: "Marc Khouzam" <marc dot khouzam at ericsson dot com>
- To: "Vladimir Prus" <ghost at cs dot msu dot su>, <gdb at sources dot redhat dot com>
- Date: Fri, 11 Apr 2008 08:58:47 -0400
- Subject: RE: Re: GDB MI Interface
> > 2. Are there some frontends debugger that are using this ? As far as I
> > know, the ddd and kdb both use the CLI option.
>
> KDevelop and Eclipse use the MI interface. Both include a parser.
In Eclipse both the CDT and DSF(DD) uses MI.
Emacs too.
All this is open source, so you can have a look if it may help.
> > 3. Has there been any documentation on how to use gdb-MI. The current
> > documentation is, as they say, like a reference manual.
>
> The current documentation is what we have.
This is the documentation I use for MI. It has served me pretty well up
to now for my work in DSF.
http://sourceware.org/gdb/current/onlinedocs/gdb_25.html#SEC240
Of course, we use the CDT code as a great guide.
Having such an example it often a great complement to the doc.
Marc