xref: /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/CMakeLists.txt (revision ffc3a0db)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_lldb_library(lldbPluginProcessLinux
2  IntelPTCollector.cpp
3  IntelPTSingleBufferTrace.cpp
4  NativeProcessLinux.cpp
5  NativeRegisterContextLinux.cpp
6  NativeRegisterContextLinux_arm.cpp
7  NativeRegisterContextLinux_arm64.cpp
8  NativeRegisterContextLinux_ppc64le.cpp
9  NativeRegisterContextLinux_s390x.cpp
10  NativeRegisterContextLinux_x86_64.cpp
11  NativeThreadLinux.cpp
12  Perf.cpp
13  Procfs.cpp
14  SingleStepCheck.cpp
15
16  LINK_LIBS
17    lldbCore
18    lldbHost
19    lldbSymbol
20    lldbTarget
21    lldbUtility
22    lldbPluginProcessPOSIX
23    lldbPluginProcessUtility
24  LINK_COMPONENTS
25    Support
26  )
27

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026