[lldb-dev] Machine Interface support in lldb
Jason Molenda
jmolenda at apple.com
Tue Feb 19 14:50:29 PST 2013
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 <jingham at apple.com> 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 <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
>
> _______________________________________________
> 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