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
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to