This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 723e9e5 Fix build breakage in r280692 new 723a679 Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) [...]
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: .../register/{register_command => }/Makefile | 2 +- .../{register_command => }/TestRegisters.py | 24 +-- .../register/{register_command => }/a.cpp | 0 .../register/intel_xtended_registers/Makefile | 6 - .../intel_xtended_registers/TestMPXRegisters.py | 59 ------- .../register/intel_xtended_registers/main.cpp | 69 -------- .../register/{register_command => }/main.cpp | 0 source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp | 15 +- source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp | 14 +- .../Linux/NativeRegisterContextLinux_x86_64.cpp | 179 ++------------------- .../Linux/NativeRegisterContextLinux_x86_64.h | 17 +- .../Plugins/Process/Utility/RegisterContext_x86.h | 38 +---- .../Plugins/Process/Utility/RegisterInfos_i386.h | 35 ---- .../Plugins/Process/Utility/RegisterInfos_x86_64.h | 35 ---- .../Process/Utility/lldb-x86-register-enums.h | 30 +--- .../GDBRemoteCommunicationServerLLGS.cpp | 1 - .../Process/gdb-remote/ProcessGDBRemote.cpp | 3 - 17 files changed, 26 insertions(+), 501 deletions(-) rename packages/Python/lldbsuite/test/functionalities/register/{register_command = [...] rename packages/Python/lldbsuite/test/functionalities/register/{register_command = [...] rename packages/Python/lldbsuite/test/functionalities/register/{register_command = [...] delete mode 100644 packages/Python/lldbsuite/test/functionalities/register/intel_x [...] delete mode 100644 packages/Python/lldbsuite/test/functionalities/register/intel_x [...] delete mode 100644 packages/Python/lldbsuite/test/functionalities/register/intel_x [...] rename packages/Python/lldbsuite/test/functionalities/register/{register_command = [...]