34 lines · plain
1add_lldb_library(lldbPluginProcessLinux2 IntelPTCollector.cpp3 IntelPTSingleBufferTrace.cpp4 IntelPTMultiCoreTrace.cpp5 IntelPTPerThreadProcessTrace.cpp6 IntelPTThreadTraceCollection.cpp7 NativeProcessLinux.cpp8 NativeRegisterContextLinux.cpp9 NativeRegisterContextLinux_arm.cpp10 NativeRegisterContextLinux_arm64.cpp11 NativeRegisterContextLinux_arm64dbreg.cpp12 NativeRegisterContextLinux_loongarch64.cpp13 NativeRegisterContextLinux_ppc64le.cpp14 NativeRegisterContextLinux_riscv64.cpp15 NativeRegisterContextLinux_s390x.cpp16 NativeRegisterContextLinux_x86_64.cpp17 NativeThreadLinux.cpp18 Perf.cpp19 Procfs.cpp20 SingleStepCheck.cpp21 22 LINK_COMPONENTS23 Support24 TargetParser25 LINK_LIBS26 lldbCore27 lldbHost28 lldbSymbol29 lldbTarget30 lldbUtility31 lldbPluginProcessPOSIX32 lldbPluginProcessUtility33 )34