<div dir="ltr">Are you all still seeing this now?  I am heading to sleep but can have a look early in the morning...</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 23, 2015 at 10:09 PM, Bruce Mitchener via lldb-commits <span dir="ltr"><<a href="mailto:lldb-commits@lists.llvm.org" target="_blank">lldb-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">brucem added a subscriber: brucem.<br>
brucem added a comment.<br>
<br>
I ran into this myself and looked into it.<br>
<br>
What is happening is that it is looking for `argdumper` and not finding it. This happens because it is looking in the `lib` directory within the build directory, but `argdumper` is in the `bin` directory (where it should be).<br>
<br>
The reason that it looks in the wrong place comes down to logic within<br>
`HostInfoMacOSX::ComputeSupportExeDirectory` which expects everything to always be built as a typical Mac OS X bundle.<br>
<br>
This does prevent `lldb` from launching any inferior currently on Mac OS X when built with cmake.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
Users:<br>
  dawn (Auditor)<br>
<br>
<a href="http://reviews.llvm.org/rL248338" rel="noreferrer" target="_blank">http://reviews.llvm.org/rL248338</a><br>
<br>
<br>
<br>
_______________________________________________<br>
lldb-commits mailing list<br>
<a href="mailto:lldb-commits@lists.llvm.org">lldb-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">-Todd</div></div>
</div>