This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from d65fa83 Fix -Wcovered-switch-default warning in AppleObjCRuntimeV2.cpp new 4a4474b Fix for rL280668, Intel(R) Memory Protection Extensions (Inte [...]
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: .../intel_xtended_registers}/Makefile | 2 +- .../intel_xtended_registers/TestMPXRegisters.py | 74 ++++++++++ .../register/intel_xtended_registers/main.cpp | 69 ++++++++++ .../register/{ => register_command}/Makefile | 2 +- .../{ => register_command}/TestRegisters.py | 24 +++- .../register/{ => register_command}/a.cpp | 0 .../register/{ => register_command}/main.cpp | 0 source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp | 79 ++++++++++- source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp | 78 ++++++++++- .../Linux/NativeRegisterContextLinux_x86_64.cpp | 149 ++++++++++++++++++++- .../Linux/NativeRegisterContextLinux_x86_64.h | 15 ++- .../Plugins/Process/Utility/RegisterContext_x86.h | 36 ++++- .../Plugins/Process/Utility/RegisterInfos_i386.h | 44 ++++++ .../Plugins/Process/Utility/RegisterInfos_x86_64.h | 45 +++++++ .../Process/Utility/lldb-x86-register-enums.h | 32 ++++- .../GDBRemoteCommunicationServerLLGS.cpp | 3 + .../Process/gdb-remote/ProcessGDBRemote.cpp | 3 + 17 files changed, 633 insertions(+), 22 deletions(-) copy packages/Python/lldbsuite/test/functionalities/{data-formatter/ptr_ref_typede [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/register/intel_x [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/register/intel_x [...] rename packages/Python/lldbsuite/test/functionalities/register/{ => register_comma [...] rename packages/Python/lldbsuite/test/functionalities/register/{ => register_comma [...] rename packages/Python/lldbsuite/test/functionalities/register/{ => register_comma [...] rename packages/Python/lldbsuite/test/functionalities/register/{ => register_comma [...]