[lldb-dev] Are the JITLoaderGDB and ProcessElfCore plugins supposed to work on OS X?

Greg Clayton gclayton at apple.com
Wed Mar 12 09:27:00 PDT 2014


Most plug-ins should be built on all systems all the time. The _only_ plugins that shouldn't be built are ones that can only build on the native system and only make sense to use on the native system. That means "ProcessLinux" is for linux only, and "ProcessFreeBSD" is for FreeBSD only. Right now there are a bunch of Apple plug-ins that aren't being built for everyone, but they should be and Todd Fiala and I are working on making sure they are included soon.

So the answer is "make the build work" for all plug-ins. Right now we have 3 build systems: Xcode (darwin only), make and cmake. Usually when changes get made things break so we need to fix them.

Greg

On 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





More information about the lldb-dev mailing list