<div dir="ltr">Right now if you take a look at:<div><br></div><div>lldb/tools/Makefile</div><div><br></div><div>you'll see:</div><div><br></div><div><div> ifeq ($(HOST_OS),Linux)</div><div> DIRS += lldb-mi</div><div> endif</div></div><div><br></div><div>Just remove the conditional or add in darwin support.</div><div><br></div><div>-eric</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 16, 2014 at 3:09 PM,  <span dir="ltr"><<a href="mailto:dawn@burble.org" target="_blank">dawn@burble.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks for responding.  Still no lldb-mi* tho :(.  I'd like to try your<br>
cmake method next - what are the exact commands/steps you used?  I had<br>
tried cmake also with no luck, but there are several variations out there<br>
so I want to make sure I try the exact steps you did to get it to work.<br>
<br>
Thanks,<br>
-Dawn<br>
<div class="HOEnZb"><div class="h5"><br>
On Fri, Sep 12, 2014 at 01:39:41PM +0100, Deepak Panickal wrote:<br>
> Hi Dawn,<br>
><br>
> I had built lldb-mi on OSX, however using CMake and Makefiles instead of from Xcode.<br>
> I have just committed two small fixes for lldb-mi to build and run on OSX.<br>
> Try building the tip.<br>
><br>
> I was able to debug a local x86_64-apple-darwin executable using lldb-mi from Eclipse on OSX.<br>
><br>
> Thanks,<br>
> Deepak<br>
><br>
> On 11 Sep 2014, at 20:58, <a href="mailto:dawn@burble.org">dawn@burble.org</a> wrote:<br>
><br>
> > Can someone please tell me how to build lldb with MI support on OSX?<br>
> > I follow the instructions at<br>
> > <a href="http://www.codeplay.com/portal/lldb-mi-driver---part-2-setting-up-the-driver" target="_blank">http://www.codeplay.com/portal/lldb-mi-driver---part-2-setting-up-the-driver</a><br>
> > which say "the lldb-mi project is built as part of a full LLVM build" at<br>
> > <a href="http://lldb.llvm.org/build.html" target="_blank">http://lldb.llvm.org/build.html</a>, so I "build the lldb-tool scheme" in Xcode<br>
> > but there's no lldb-mi anywhere, and lldb itself doesn't recognize the MI<br>
> > commands.  I have rev.217536 checked out yesterday in case that matters.<br>
> > What am I missing?<br>
> ><br>
> > Thanks in advance,<br>
> > -Dawn<br>
> > _______________________________________________<br>
> > lldb-dev mailing list<br>
> > <a href="mailto:lldb-dev@cs.uiuc.edu">lldb-dev@cs.uiuc.edu</a><br>
> > <a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev</a><br>
_______________________________________________<br>
lldb-dev mailing list<br>
<a href="mailto:lldb-dev@cs.uiuc.edu">lldb-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev</a><br>
</div></div></blockquote></div><br></div>