This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 768a50e3a Fix TestDisassemble_VST1_64 new 05983790c [LLDB] [Windows] Initial support for ARM64 register contexts new 74a033c14 [LLDB] [PECOFF] Use a "pc" vendor name in aarch64 triples
The 2 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/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 2 +- .../Plugins/Process/Windows/Common/CMakeLists.txt | 4 +- .../Common/NativeRegisterContextWindows_arm64.cpp | 755 +++++++++++++++++++++ ...oW64.h => NativeRegisterContextWindows_arm64.h} | 35 +- .../Process/Windows/Common/TargetThreadWindows.cpp | 11 +- .../Common/arm64/RegisterContextWindows_arm64.cpp | 442 ++++++++++++ .../RegisterContextWindows_arm64.h} | 20 +- test/Shell/ObjectFile/PECOFF/basic-info-arm64.yaml | 2 +- test/Shell/Register/Inputs/aarch64-fp-read.cpp | 19 + test/Shell/Register/Inputs/aarch64-gp-read.cpp | 47 ++ test/Shell/Register/aarch64-fp-read.test | 21 + test/Shell/Register/aarch64-gp-read.test | 24 + 12 files changed, 1351 insertions(+), 31 deletions(-) create mode 100644 source/Plugins/Process/Windows/Common/NativeRegisterContextWind [...] copy source/Plugins/Process/Windows/Common/{NativeRegisterContextWindows_WoW64.h = [...] create mode 100644 source/Plugins/Process/Windows/Common/arm64/RegisterContextWind [...] copy source/Plugins/Process/Windows/Common/{x64/RegisterContextWindows_x64.h => ar [...] create mode 100644 test/Shell/Register/Inputs/aarch64-fp-read.cpp create mode 100644 test/Shell/Register/Inputs/aarch64-gp-read.cpp create mode 100644 test/Shell/Register/aarch64-fp-read.test create mode 100644 test/Shell/Register/aarch64-gp-read.test