[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
Thu Sep 24 09:20:25 PDT 2015


tfiala added a comment.

> 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).


I'm not sure I would say that is accurate.  argdumper is an internal implementation detail binary,, and isn't meant to be a stand-alone utility.  In Linux, it would most properly be located in libexec.  (Older pre-layout-standardization would put it in lib).  So I'd expect it in lib as well on OS X since OS X doesn't use a libexec.

Sounds like this is probably just a cmake configuration issue.


Users:
  dawn (Auditor)

http://reviews.llvm.org/rL248338





More information about the lldb-commits mailing list