[Lldb-commits] [Diffusion] rL248338: Move the "run" alias from process launch --shell to process launch --shell…

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 23 23:34:24 PDT 2015


Are you all still seeing this now?  I am heading to sleep but can have a
look early in the morning...

On Wed, Sep 23, 2015 at 10:09 PM, Bruce Mitchener via lldb-commits <
lldb-commits at lists.llvm.org> wrote:

> brucem added a subscriber: brucem.
> brucem added a comment.
>
> I ran into this myself and looked into it.
>
> 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).
>
> The reason that it looks in the wrong place comes down to logic within
> `HostInfoMacOSX::ComputeSupportExeDirectory` which expects everything to
> always be built as a typical Mac OS X bundle.
>
> This does prevent `lldb` from launching any inferior currently on Mac OS X
> when built with cmake.
>
>
> Users:
>   dawn (Auditor)
>
> http://reviews.llvm.org/rL248338
>
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
>



-- 
-Todd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150923/300fdd57/attachment-0001.html>


More information about the lldb-commits mailing list