[Lldb-commits] [PATCH] D152516: [lldb][AArch64] Add thread local storage tpidr register

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 16 08:09:27 PDT 2023


DavidSpickett updated this revision to Diff 532156.
DavidSpickett added a comment.

Always add the TLS regset mask value. It worked on my QEMU setup because
it also had the other extensions, but an armv8-a machine didn't.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152516

Files:
  lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
  lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.h
  lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
  lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h
  lldb/test/API/linux/aarch64/tls_register/Makefile
  lldb/test/API/linux/aarch64/tls_register/TestAArch64LinuxTLSRegister.py
  lldb/test/API/linux/aarch64/tls_register/main.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152516.532156.patch
Type: text/x-patch
Size: 14827 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230616/b946b294/attachment-0001.bin>


More information about the lldb-commits mailing list