This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 07d9c83cc Fix alignment of arm64 fpu register context structure so it h [...] new 9db266cb7 Implement core dump debugging for PPC64le
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: .../postmortem/elf-core/TestLinuxCore.py | 8 + .../postmortem/elf-core/linux-ppc64le.core | Bin 0 -> 330648 bytes .../postmortem/elf-core/linux-ppc64le.out | Bin 0 -> 3128 bytes source/Plugins/Process/Utility/CMakeLists.txt | 1 + .../Utility/RegisterContextPOSIX_ppc64le.cpp | 216 +++++++++++++++++++++ ...SIX_mips64.h => RegisterContextPOSIX_ppc64le.h} | 57 +++--- .../Process/Utility/RegisterInfos_ppc64le.h | 2 +- source/Plugins/Process/elf-core/CMakeLists.txt | 1 + source/Plugins/Process/elf-core/ProcessElfCore.cpp | 82 +++----- .../elf-core/RegisterContextPOSIXCore_ppc64le.cpp | 132 +++++++++++++ ..._s390x.h => RegisterContextPOSIXCore_ppc64le.h} | 41 ++-- source/Plugins/Process/elf-core/ThreadElfCore.cpp | 17 +- source/Plugins/Process/elf-core/ThreadElfCore.h | 3 + source/Plugins/Process/elf-core/elf-core-enums.h | 55 ++++++ 14 files changed, 505 insertions(+), 110 deletions(-) create mode 100644 packages/Python/lldbsuite/test/functionalities/postmortem/elf-c [...] create mode 100755 packages/Python/lldbsuite/test/functionalities/postmortem/elf-c [...] create mode 100644 source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.cpp copy source/Plugins/Process/Utility/{RegisterContextPOSIX_mips64.h => RegisterCont [...] create mode 100644 source/Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.cpp copy source/Plugins/Process/elf-core/{RegisterContextPOSIXCore_s390x.h => Register [...] create mode 100644 source/Plugins/Process/elf-core/elf-core-enums.h