1 if ( CMAKE_SYSTEM_NAME MATCHES "Linux|Android|FreeBSD|NetBSD" )
2 list(APPEND EXTRA_PLUGINS lldbPluginProcessPOSIX)
5 if ( CMAKE_SYSTEM_NAME MATCHES "Windows" )
6 list(APPEND EXTRA_PLUGINS lldbPluginProcessWindowsCommon)
9 add_lldb_library(lldbInitialization
10 SystemInitializerCommon.cpp
12 SystemLifetimeManager.cpp
17 lldbPluginProcessGDBRemote