[Lldb-commits] [PATCH] D79699: Add ptrace register access for AArch64 SVE registers
Muhammad Omair Javaid via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 24 02:03:10 PDT 2020
omjavaid updated this revision to Diff 280373.
omjavaid added a comment.
In this update I have moved ConfigureRegisterContext insider InvalidateAllRegisters in light of D84501 <https://reviews.llvm.org/D84501> where we move InvalidateAllRegisters on every stop rather than doing so before step/resume
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79699/new/
https://reviews.llvm.org/D79699
Files:
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.h
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/test/API/commands/register/register/aarch64_sve_registers/rw_access_static_config/Makefile
lldb/test/API/commands/register/register/aarch64_sve_registers/rw_access_static_config/TestSVERegisters.py
lldb/test/API/commands/register/register/aarch64_sve_registers/rw_access_static_config/main.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79699.280373.patch
Type: text/x-patch
Size: 27048 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200724/3d4c0cd1/attachment-0001.bin>
More information about the lldb-commits
mailing list