[lldb] Replace SVE_PT* macros in NativeRegisterContextLinux_arm64.{cpp,h} with their...
authorCaroline Tice <cmtice@google.com>
Tue, 29 Jun 2021 21:50:10 +0000 (14:50 -0700)
committerCaroline Tice <cmtice@google.com>
Wed, 30 Jun 2021 16:26:20 +0000 (09:26 -0700)
commit05915400b7f9933b95686116f2dc1370e7f96cfb
treeb64b964d15f55861b16c79787d061fe7ea851f6a
parent0298f2cfb1df80741a08fb7cd1eec9da70ed3441
[lldb] Replace SVE_PT* macros in NativeRegisterContextLinux_arm64.{cpp,h} with their equivalent defintions in LinuxPTraceDefines_arm64sve.h

Commit 090306fc80dbf (August 2020) changed most of the arm64 SVE_PT*
macros, but apparently did not make the changes in the
NativeRegisterContextLinux_arm64.* files (or those files were pulled
over from someplace else after that commit). This change replaces the
macros NativeRegisterContextLinux_arm64.cpp with the replacement
definitions in LinuxPTraceDefines_arm64sve.h. It also includes
LinuxPTraceDefines_arm64sve.h in NativeRegisterContextLinux_arm64.h.

Differential Revision: https://reviews.llvm.org/D104826
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.h