Skip to content

Commit

Permalink
Merge pull request #145 from compnerd/r374866
Browse files Browse the repository at this point in the history
[LLDB] [Windows] Initial support for ARM64 register contexts
  • Loading branch information
JDevlieghere authored Nov 4, 2019
2 parents 1183af5 + 7e89157 commit 2485c7f
Show file tree
Hide file tree
Showing 11 changed files with 1,449 additions and 3 deletions.
4 changes: 3 additions & 1 deletion lldb/source/Plugins/Process/Windows/Common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ add_lldb_library(lldbPluginProcessWindowsCommon PLUGIN
LocalDebugDelegate.cpp
NativeProcessWindows.cpp
NativeRegisterContextWindows.cpp
NativeRegisterContextWindows_arm64.cpp
NativeRegisterContextWindows_i386.cpp
NativeRegisterContextWindows_WoW64.cpp
NativeRegisterContextWindows_x86_64.cpp
Expand All @@ -13,9 +14,10 @@ add_lldb_library(lldbPluginProcessWindowsCommon PLUGIN
ProcessWindowsLog.cpp
RegisterContextWindows.cpp
TargetThreadWindows.cpp
arm64/RegisterContextWindows_arm64.cpp
x64/RegisterContextWindows_x64.cpp
x86/RegisterContextWindows_x86.cpp
# TODO add support for ARM (NT) and ARM64
# TODO add support for ARM (NT)

LINK_LIBS
lldbCore
Expand Down
Loading

0 comments on commit 2485c7f

Please sign in to comment.