Skip to content

Commit 2485c7f

Browse files
authored
Merge pull request #145 from compnerd/r374866
[LLDB] [Windows] Initial support for ARM64 register contexts
2 parents 1183af5 + 7e89157 commit 2485c7f

11 files changed

+1449
-3
lines changed

lldb/source/Plugins/Process/Windows/Common/CMakeLists.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ add_lldb_library(lldbPluginProcessWindowsCommon PLUGIN
44
LocalDebugDelegate.cpp
55
NativeProcessWindows.cpp
66
NativeRegisterContextWindows.cpp
7+
NativeRegisterContextWindows_arm64.cpp
78
NativeRegisterContextWindows_i386.cpp
89
NativeRegisterContextWindows_WoW64.cpp
910
NativeRegisterContextWindows_x86_64.cpp
@@ -13,9 +14,10 @@ add_lldb_library(lldbPluginProcessWindowsCommon PLUGIN
1314
ProcessWindowsLog.cpp
1415
RegisterContextWindows.cpp
1516
TargetThreadWindows.cpp
17+
arm64/RegisterContextWindows_arm64.cpp
1618
x64/RegisterContextWindows_x64.cpp
1719
x86/RegisterContextWindows_x86.cpp
18-
# TODO add support for ARM (NT) and ARM64
20+
# TODO add support for ARM (NT)
1921

2022
LINK_LIBS
2123
lldbCore

0 commit comments

Comments
 (0)