1add_lldb_library(lldbPluginProcessLinux 2 IntelPTCollector.cpp 3 IntelPTSingleBufferTrace.cpp 4 IntelPTMultiCoreTrace.cpp 5 IntelPTPerThreadProcessTrace.cpp 6 IntelPTThreadTraceCollection.cpp 7 NativeProcessLinux.cpp 8 NativeRegisterContextLinux.cpp 9 NativeRegisterContextLinux_arm.cpp 10 NativeRegisterContextLinux_arm64.cpp 11 NativeRegisterContextLinux_ppc64le.cpp 12 NativeRegisterContextLinux_s390x.cpp 13 NativeRegisterContextLinux_x86_64.cpp 14 NativeThreadLinux.cpp 15 Perf.cpp 16 Procfs.cpp 17 SingleStepCheck.cpp 18 19 LINK_LIBS 20 lldbCore 21 lldbHost 22 lldbSymbol 23 lldbTarget 24 lldbUtility 25 lldbPluginProcessPOSIX 26 lldbPluginProcessUtility 27 LINK_COMPONENTS 28 Support 29 ) 30