This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from da0966579 Fix floating point register write on new x86 linux kernels new b9e318577 elf-core: Convert remaining register context to use register [...]
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: source/Plugins/Process/elf-core/CMakeLists.txt | 1 + source/Plugins/Process/elf-core/ProcessElfCore.cpp | 63 ++++-------- source/Plugins/Process/elf-core/ProcessElfCore.h | 2 +- .../elf-core/RegisterContextPOSIXCore_arm.cpp | 2 +- .../elf-core/RegisterContextPOSIXCore_arm.h | 7 +- .../elf-core/RegisterContextPOSIXCore_arm64.cpp | 4 +- .../elf-core/RegisterContextPOSIXCore_arm64.h | 7 +- .../elf-core/RegisterContextPOSIXCore_mips64.cpp | 5 +- .../elf-core/RegisterContextPOSIXCore_mips64.h | 7 +- .../elf-core/RegisterContextPOSIXCore_powerpc.cpp | 8 +- .../elf-core/RegisterContextPOSIXCore_powerpc.h | 8 +- .../elf-core/RegisterContextPOSIXCore_ppc64le.cpp | 12 +-- .../elf-core/RegisterContextPOSIXCore_ppc64le.h | 9 +- .../elf-core/RegisterContextPOSIXCore_s390x.cpp | 4 +- .../elf-core/RegisterContextPOSIXCore_s390x.h | 7 +- .../elf-core/RegisterContextPOSIXCore_x86_64.cpp | 4 +- .../elf-core/RegisterContextPOSIXCore_x86_64.h | 7 +- .../Plugins/Process/elf-core/RegisterUtilities.cpp | 39 ++++++++ .../Plugins/Process/elf-core/RegisterUtilities.h | 110 +++++++++++++++++++++ source/Plugins/Process/elf-core/ThreadElfCore.cpp | 21 ++-- source/Plugins/Process/elf-core/ThreadElfCore.h | 16 +-- source/Plugins/Process/elf-core/elf-core-enums.h | 66 ------------- source/Plugins/Process/minidump/ThreadMinidump.cpp | 12 +-- 23 files changed, 226 insertions(+), 195 deletions(-) create mode 100644 source/Plugins/Process/elf-core/RegisterUtilities.cpp create mode 100644 source/Plugins/Process/elf-core/RegisterUtilities.h delete mode 100644 source/Plugins/Process/elf-core/elf-core-enums.h