forked from OSchip/llvm-project
23 lines
483 B
CMake
23 lines
483 B
CMake
add_lldb_library(lldbPluginProcessMacOSXKernel PLUGIN
|
|
CommunicationKDP.cpp
|
|
ProcessKDP.cpp
|
|
ProcessKDPLog.cpp
|
|
RegisterContextKDP_arm.cpp
|
|
RegisterContextKDP_arm64.cpp
|
|
RegisterContextKDP_i386.cpp
|
|
RegisterContextKDP_x86_64.cpp
|
|
ThreadKDP.cpp
|
|
|
|
LINK_LIBS
|
|
lldbBreakpoint
|
|
lldbCore
|
|
lldbHost
|
|
lldbInterpreter
|
|
lldbSymbol
|
|
lldbTarget
|
|
lldbUtility
|
|
lldbPluginDynamicLoaderDarwinKernel
|
|
lldbPluginDynamicLoaderStatic
|
|
lldbPluginProcessUtility
|
|
)
|