[all-commits] [llvm/llvm-project] 1d1036: Reland "[lldb][AArch64] Invalidate SVG prior to re...
David Spickett via All-commits
all-commits at lists.llvm.org
Wed Oct 25 01:40:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d10369f534a1d8e83c847a2be86a252078f653c
https://github.com/llvm/llvm-project/commit/1d10369f534a1d8e83c847a2be86a252078f653c
Author: David Spickett <david.spickett at linaro.org>
Date: 2023-10-25 (Wed, 25 Oct 2023)
Changed paths:
M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
M lldb/test/API/commands/register/register/aarch64_za_register/za_dynamic_resize/TestZAThreadedDynamic.py
Log Message:
-----------
Reland "[lldb][AArch64] Invalidate SVG prior to reconfiguring ZA regdef (#66768)""
This reverts commit 8d80a452b841a211e0f3bce01a01c9a015d287f3.
The pointer to the invalidates lists needs to be non-const. Though in this case
I don't think it's ever modified.
Also I realised that the invalidate list was being set on svg not vg.
Should be the other way around.
More information about the All-commits
mailing list