[lldb-dev] Are the JITLoaderGDB and ProcessElfCore plugins supposed to work on OS X?
Kuba Ober
kuba at mareimbrium.org
Wed Mar 12 08:22:20 PDT 2014
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
More information about the lldb-dev
mailing list