[all-commits] [llvm/llvm-project] 6960e3: [LLDB] Fix LinuxPTraceDefines_arm64sve.h for AArch...
Muhammad Omair Javaid via All-commits
all-commits at lists.llvm.org
Tue Jul 21 02:32:18 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6960e39eff0a3363ca7dc6b7cf8134180b7d101f
https://github.com/llvm/llvm-project/commit/6960e39eff0a3363ca7dc6b7cf8134180b7d101f
Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
Date: 2020-07-21 (Tue, 21 Jul 2020)
Changed paths:
M lldb/source/Plugins/Process/Utility/LinuxPTraceDefines_arm64sve.h
Log Message:
-----------
[LLDB] Fix LinuxPTraceDefines_arm64sve.h for AArch64 Linux host
LinuxPTraceDefines_arm64sve.h defines essential macros for manipulating
AArch64 SVE core dump registers. Add guard for aarch64/Linux hosts where
newer versions of ptrace.h or sigcontext.h might already define SVE macros.
Differential Revision: https://reviews.llvm.org/D83541
Commit: 510e37c88c1203de341c23e0878c994478d2594f
https://github.com/llvm/llvm-project/commit/510e37c88c1203de341c23e0878c994478d2594f
Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
Date: 2020-07-21 (Tue, 21 Jul 2020)
Changed paths:
M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp
M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h
M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h
A lldb/source/Plugins/Process/Utility/RegisterInfos_arm64_sve.h
M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h
M lldb/source/Plugins/Process/elf-core/RegisterUtilities.h
M lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py
A lldb/test/API/functionalities/postmortem/elf-core/linux-aarch64-sve-fpsimd.core
A lldb/test/API/functionalities/postmortem/elf-core/linux-aarch64-sve-full.core
A lldb/test/API/functionalities/postmortem/elf-core/linux-aarch64-sve.c
Log Message:
-----------
Revert "Revert "AArch64 SVE register infos and core file support""
This reverts commit d9920e0199b48734ef305e69ecd5235fff72be25.
Compare: https://github.com/llvm/llvm-project/compare/4470b8c6a6b1...510e37c88c12
More information about the All-commits
mailing list