This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 15cdb2644 Move common functionality from processwindows into processdebugger new 8974365c9 [ABI] Implement Windows ABI for x86_64
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: .../lldbutil/iter/TestRegistersIterator.py | 1 - source/API/SystemInitializerFull.cpp | 3 + source/Plugins/ABI/CMakeLists.txt | 1 + source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp | 15 +- .../ABI/Windows-x86_64/ABIWindows_x86_64.cpp | 1809 ++++++++++++++++++++ .../ABIWindows_x86_64.h} | 34 +- .../{MacOSX-i386 => Windows-x86_64}/CMakeLists.txt | 4 +- .../Windows/Common/RegisterContextWindows.cpp | 19 +- .../Common/x64/RegisterContextWindows_x64.cpp | 172 +- 9 files changed, 2030 insertions(+), 28 deletions(-) create mode 100644 source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp copy source/Plugins/ABI/{SysV-mips/ABISysV_mips.h => Windows-x86_64/ABIWindows_x86 [...] copy source/Plugins/ABI/{MacOSX-i386 => Windows-x86_64}/CMakeLists.txt (54%)