[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
Wed Jun 17 17:17:36 PDT 2020


omjavaid updated this revision to Diff 271528.
omjavaid added a comment.

This update remove skipping over register infos requirement by overlapping sve register numbers with debug register numbers which are not required by Linux register context.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79699/new/

https://reviews.llvm.org/D79699

Files:
  lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.h
  lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
  lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.h
  lldb/source/Plugins/Process/Linux/NativeThreadLinux.h
  lldb/test/API/commands/register/register/aarch64_sve_registers/Makefile
  lldb/test/API/commands/register/register/aarch64_sve_registers/TestSVERegisters.py
  lldb/test/API/commands/register/register/aarch64_sve_registers/main.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79699.271528.patch
Type: text/x-patch
Size: 34207 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200618/cbb3229d/attachment-0001.bin>


More information about the lldb-commits mailing list