[Lldb-commits] [PATCH] D41902: Remove Platform references from the	Host module
    Greg Clayton via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Wed Jan 10 13:43:19 PST 2018
    
    
  
clayborg added a comment.
As long as:
  % lldb /path/to/Foo.app
  (lldb) r
Still works, then I am fine with this. The resolve executable should find the executable down inside the app bundle (like "/path/to/Foo.app/Contents/MacOS/Foo" for desktop apps and "/path/to/Foo.app/Foo" for iOS apps).
https://reviews.llvm.org/D41902
    
    
More information about the lldb-commits
mailing list