This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 1a8b92e3e LLDBStandalone.cmake: set path to llvm-lit inside of llvm build dir new 9ef077243 Upstreaming avx512 register support in debugserver. These ch [...]
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: include/lldb/Core/RegisterValue.h | 2 +- packages/Python/lldbsuite/test/decorators.py | 18 + .../register/intel_avx/TestYMMRegister.py | 8 +- .../{TestYMMRegister.py => TestZMMRegister.py} | 60 ++- .../test/functionalities/register/intel_avx/main.c | 108 +++- tools/debugserver/source/DNBDefs.h | 20 +- tools/debugserver/source/MacOSX/MachProcess.mm | 39 ++ .../source/MacOSX/i386/DNBArchImplI386.cpp | 378 +++++++++++++- .../source/MacOSX/i386/DNBArchImplI386.h | 8 + .../source/MacOSX/i386/MachRegisterStatesI386.h | 64 +++ .../source/MacOSX/x86_64/DNBArchImplX86_64.cpp | 567 ++++++++++++++++++++- .../source/MacOSX/x86_64/DNBArchImplX86_64.h | 8 + .../MacOSX/x86_64/MachRegisterStatesX86_64.h | 106 ++++ tools/debugserver/source/RNBRemote.cpp | 61 ++- 14 files changed, 1389 insertions(+), 58 deletions(-) copy packages/Python/lldbsuite/test/functionalities/register/intel_avx/{TestYMMReg [...]