This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: GDB MI Interface
On Sun, Apr 13, 2008 at 02:41:10PM -0700, Lokesh Kumar wrote:
> Hi,
>
> I think I found what I was looking for. Sharing it here for others as well.
You could start by looking at,
http://cgdb.svn.sourceforge.net/viewvc/cgdb/cgdb/trunk/lib/gdbmi/
It is _not_ currently an implementation that works. However, it does use
the push parser feature of bison that is just about to be released. This
allows the generated parser to be used asynchronously. I think I'm going
to have time to finish this library this year, but I can't promise.
Bob Rossi