1add_lldb_library(lldbPluginProcessOpenBSD 2 NativeProcessOpenBSD.cpp 3 NativeRegisterContextOpenBSD.cpp 4 NativeRegisterContextOpenBSD_arch.cpp 5 NativeRegisterContextOpenBSD_arm64.cpp 6 NativeRegisterContextOpenBSD_x86_64.cpp 7 NativeThreadOpenBSD.cpp 8 9 LINK_LIBS 10 lldbCore 11 lldbHost 12 lldbSymbol 13 lldbTarget 14 lldbUtility 15 lldbPluginProcessPOSIX 16 lldbPluginProcessUtility 17 LINK_COMPONENTS 18 Support 19 ) 20