brintos

brintos / llvm-project-archived public Read only

0
0
Text · 861 B · 9854b79 Raw
36 lines · plain
1 2add_lldb_library(lldbPluginProcessWindowsCommon PLUGIN3  DebuggerThread.cpp4  LocalDebugDelegate.cpp5  NativeProcessWindows.cpp6  NativeRegisterContextWindows.cpp7  NativeRegisterContextWindows_arm.cpp8  NativeRegisterContextWindows_arm64.cpp9  NativeRegisterContextWindows_i386.cpp10  NativeRegisterContextWindows_WoW64.cpp11  NativeRegisterContextWindows_x86_64.cpp12  NativeThreadWindows.cpp13  ProcessDebugger.cpp14  ProcessWindows.cpp15  ProcessWindowsLog.cpp16  RegisterContextWindows.cpp17  TargetThreadWindows.cpp18  arm/RegisterContextWindows_arm.cpp19  arm64/RegisterContextWindows_arm64.cpp20  x64/RegisterContextWindows_x64.cpp21  x86/RegisterContextWindows_x86.cpp22 23  LINK_COMPONENTS24    Support25  LINK_LIBS26    lldbCore27    lldbHost28    lldbInterpreter29    lldbPluginDynamicLoaderWindowsDYLD30    lldbSymbol31    lldbTarget32    ws2_3233    rpcrt434    psapi35  )36