Convert SVE macros into c++ constants and inlines
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Wed, 19 Aug 2020 07:27:02 +0000 (12:27 +0500)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Wed, 19 Aug 2020 07:28:16 +0000 (12:28 +0500)
commit090306fc80dbf3e524d0ce4a7c39e0852f0ba144
treeae5c40420ef990b2547480c82e910cb767ba93a4
parent5b797eb5b4db1e5695f314b916ab3a79f3eda1e6
Convert SVE macros into c++ constants and inlines

This patch updates LLDB's in house version of SVE ptrace/sig macros by
converting them into constants and inlines. They are housed under sve
namespace and are used by process elf-core for reading SVE register data.

Reviewed By: labath

Differential Revision: https://reviews.llvm.org/D85641
lldb/source/Plugins/Process/Utility/LinuxPTraceDefines_arm64sve.h
lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp