This is the mail archive of the gdb@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: 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


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