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@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@lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits > -- -Todd
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits