[lldb-dev] Machine Interface support in lldb
Jim Ingham
jingham at apple.com
Tue Feb 19 09:30:38 PST 2013
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 <chansarav at gmail.com> 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
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
More information about the lldb-dev
mailing list