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

Bruce Mitchener via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 23 22:09:31 PDT 2015


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





More information about the lldb-commits mailing list