xref: /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/CMakeLists.txt (revision 4e00a192)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025