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: GDB MI Interface


Lokesh Kumar wrote:

> Hi all,
> 
> I want to use the GDB MI interface to communicate with gdb in the
> backend of my software. Surprisingly, the current information on this
> topic is very less on the web. So I thought of turning to the gdb
> community itself. I had the following questions to ask -
> 
> 1. Does the parser for MI output already exists ?

I'm not aware of any standalone parser.

> 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.

> 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.

- Volodya



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