Revert "Revert "AArch64 SVE register infos and core file support""
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Tue, 21 Jul 2020 09:27:06 +0000 (14:27 +0500)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Tue, 21 Jul 2020 09:31:47 +0000 (14:31 +0500)
commit510e37c88c1203de341c23e0878c994478d2594f
tree94b7aa3be14ea76e1b1b4675828fd6093b5c9049
parent6960e39eff0a3363ca7dc6b7cf8134180b7d101f
Revert "Revert "AArch64 SVE register infos and core file support""

This reverts commit d9920e0199b48734ef305e69ecd5235fff72be25.
12 files changed:
lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp
lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h
lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h
lldb/source/Plugins/Process/Utility/RegisterInfos_arm64_sve.h [new file with mode: 0644]
lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h
lldb/source/Plugins/Process/elf-core/RegisterUtilities.h
lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py
lldb/test/API/functionalities/postmortem/elf-core/linux-aarch64-sve-fpsimd.core [new file with mode: 0644]
lldb/test/API/functionalities/postmortem/elf-core/linux-aarch64-sve-full.core [new file with mode: 0644]
lldb/test/API/functionalities/postmortem/elf-core/linux-aarch64-sve.c [new file with mode: 0644]