Summary: Thanks to Hui Huang and the reviewers for all the help with this patch. Reviewers: labath, Hui, jfb, clayborg, amccarth Reviewed By: labath Subscribers: amccarth, compnerd, dexonsmith, mgorny, jfb, teemperor, lldb-commits Tags: #lldb Differential Revision: https://reviews.llvm.org/D63165 llvm-svn: 368759
32 lines
737 B
CMake
32 lines
737 B
CMake
|
|
add_lldb_library(lldbPluginProcessWindowsCommon PLUGIN
|
|
DebuggerThread.cpp
|
|
LocalDebugDelegate.cpp
|
|
NativeProcessWindows.cpp
|
|
NativeRegisterContextWindows.cpp
|
|
NativeRegisterContextWindows_i386.cpp
|
|
NativeRegisterContextWindows_WoW64.cpp
|
|
NativeRegisterContextWindows_x86_64.cpp
|
|
NativeThreadWindows.cpp
|
|
ProcessDebugger.cpp
|
|
ProcessWindows.cpp
|
|
ProcessWindowsLog.cpp
|
|
RegisterContextWindows.cpp
|
|
TargetThreadWindows.cpp
|
|
x64/RegisterContextWindows_x64.cpp
|
|
x86/RegisterContextWindows_x86.cpp
|
|
# TODO add support for ARM (NT) and ARM64
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbHost
|
|
lldbInterpreter
|
|
lldbPluginDynamicLoaderWindowsDYLD
|
|
lldbSymbol
|
|
lldbTarget
|
|
ws2_32
|
|
rpcrt4
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|