1add_lldb_library(lldbPluginProcessLinux 2 IntelPTManager.cpp 3 NativeProcessLinux.cpp 4 NativeRegisterContextLinux.cpp 5 NativeRegisterContextLinux_arm.cpp 6 NativeRegisterContextLinux_arm64.cpp 7 NativeRegisterContextLinux_ppc64le.cpp 8 NativeRegisterContextLinux_s390x.cpp 9 NativeRegisterContextLinux_x86_64.cpp 10 NativeThreadLinux.cpp 11 SingleStepCheck.cpp 12 13 LINK_LIBS 14 lldbCore 15 lldbHost 16 lldbSymbol 17 lldbTarget 18 lldbUtility 19 lldbPluginProcessPOSIX 20 lldbPluginProcessUtility 21 LINK_COMPONENTS 22 Support 23 ) 24