It's probably worth mentioning that the Xcode IDE on Mac OS X uses lldb C++ API as its primary debugger. The lldb command line tool is also implemented in terms of this API.
J On Feb 19, 2013, at 9:30 AM, Jim Ingham <[email protected]> wrote: > No, lldb does not support gdb/MI. lldb has a public C++ API which you could > use to implement an eclipse plugin. That would likely be easier than trying > to emulate the gdb/MI on top of the lldb API's. > > Jim > > On Feb 19, 2013, at 4:36 AM, chansarav <[email protected]> wrote: > >> Hi, >> >> I am working on integrating lldb into eclipse IDE. Does lldb support machine >> interface similar to gdb/MI? >> >> I googled but couldn't find any reference on the same. Any pointers would be >> helpful. >> >> Thanks, >> Chandra Kumar R. >> _______________________________________________ >> lldb-dev mailing list >> [email protected] >> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev > > _______________________________________________ > lldb-dev mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
