[lldb-dev] LLDB C++ API integration.

2017-08-06 Thread Mikhail Seriukov via lldb-dev
Hi, I want to write a Mac app that uses LLDB C++ API. What is the best way to do it? Should I build and codesign the framework myself, how can I distribute it then? Should I reuse the framework from "Command line tools", but then I should force users to install it? How should I structure my Xcode

Re: [lldb-dev] LLDB C++ API integration.

2017-08-07 Thread Mikhail Seriukov via lldb-dev
ut you should > be able to run against the LLDB.framework that is shipped with Xcode, > provided it has all the API's that you use. > > Jim > > > > On Aug 6, 2017, at 9:43 PM, Mikhail Seriukov via lldb-dev < > lldb-dev@lists.llvm.org> wrote: > > > >