[lldb-dev] Are the JITLoaderGDB and ProcessElfCore plugins supposed to work on OS X?
Todd Fiala
tfiala at google.com
Wed Mar 12 08:29:17 PDT 2014
You may be hitting a case where you're caught in the crossfire of 3
different build systems that each need to be kept up to date. In the past
I've been able to build on OS X with cmake/ninja, configure/make, and the
Xcode project files. Since there was recently some motion on those, my
guess would be that one or more of the build systems wasn't kept up to
date. I think on OS X the canonical build system is the Xcode setup.
Greg can confirm, but I believe those systems are supposed to be enabled on
OS X.
On Wed, Mar 12, 2014 at 8:22 AM, Kuba Ober <kuba at mareimbrium.org> wrote:
> Currently, the build scripts and source/lldb.cpp disagree on what plugins
> are
> included for Darwin.
>
> The build scripts don’t build the JITLoaderGDB and ProcessElfCore, yet
> lldb.cpp
> tries to initialize and terminate those plugins, resulting in link failure.
>
> What’s the right way to go? Should I patch to disable those plugins, or to
> enable them?
>
> Cheers, Kuba Ober
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
>
--
Todd Fiala | Software Engineer | tfiala at google.com | 650-943-3180
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140312/b168a963/attachment.html>
More information about the lldb-dev
mailing list