This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from cbe8a05a0 eliminate nontrivial Reset(...) from TypedPythonObject new 963531af8 [LLDB] [Windows] Initial support for ARM register contexts
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../Plugins/Process/Windows/Common/CMakeLists.txt | 3 +- .../Common/NativeRegisterContextWindows_arm.cpp | 644 +++++++++++++++++++++ ..._arm64.h => NativeRegisterContextWindows_arm.h} | 20 +- .../Process/Windows/Common/TargetThreadWindows.cpp | 10 +- .../Common/arm/RegisterContextWindows_arm.cpp | 432 ++++++++++++++ .../RegisterContextWindows_arm.h} | 20 +- test/Shell/Register/Inputs/arm-fp-read.cpp | 19 + test/Shell/Register/Inputs/arm-gp-read.cpp | 44 ++ test/Shell/Register/arm-fp-read.test | 21 + test/Shell/Register/arm-gp-read.test | 19 + 10 files changed, 1209 insertions(+), 23 deletions(-) create mode 100644 source/Plugins/Process/Windows/Common/NativeRegisterContextWind [...] copy source/Plugins/Process/Windows/Common/{NativeRegisterContextWindows_arm64.h = [...] create mode 100644 source/Plugins/Process/Windows/Common/arm/RegisterContextWindow [...] copy source/Plugins/Process/Windows/Common/{x64/RegisterContextWindows_x64.h => ar [...] create mode 100644 test/Shell/Register/Inputs/arm-fp-read.cpp create mode 100644 test/Shell/Register/Inputs/arm-gp-read.cpp create mode 100644 test/Shell/Register/arm-fp-read.test create mode 100644 test/Shell/Register/arm-gp-read.test