[LLDB] [Windows] Initial support for ARM register contexts
authorMartin Storsjo <martin@martin.st>
Mon, 21 Oct 2019 08:02:34 +0000 (08:02 +0000)
committerMartin Storsjo <martin@martin.st>
Mon, 21 Oct 2019 08:02:34 +0000 (08:02 +0000)
commita59444a35608988e727fe3761e34f1fad6097617
tree371f3755c8db6e9657435be2bf634dc690be8916
parent65b1c497d2a6824ab23411611127dc0c3f17c400
[LLDB] [Windows] Initial support for ARM register contexts

Differential Revision: https://reviews.llvm.org/D69226

llvm-svn: 375392
lldb/source/Plugins/Process/Windows/Common/CMakeLists.txt
lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm.cpp [new file with mode: 0644]
lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm.h [new file with mode: 0644]
lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp
lldb/source/Plugins/Process/Windows/Common/arm/RegisterContextWindows_arm.cpp [new file with mode: 0644]
lldb/source/Plugins/Process/Windows/Common/arm/RegisterContextWindows_arm.h [new file with mode: 0644]
lldb/test/Shell/Register/Inputs/arm-fp-read.cpp [new file with mode: 0644]
lldb/test/Shell/Register/Inputs/arm-gp-read.cpp [new file with mode: 0644]
lldb/test/Shell/Register/arm-fp-read.test [new file with mode: 0644]
lldb/test/Shell/Register/arm-gp-read.test [new file with mode: 0644]
llvm/utils/lit/lit/llvm/config.py