[Lldb-commits] [PATCH] D156512: [lldb][AArch64] Save/restore TLS registers around expressions

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 28 01:04:41 PDT 2023


DavidSpickett created this revision.
Herald added a subscriber: kristof.beyls.
Herald added a project: All.
DavidSpickett requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

Previously we were storing them but not restoring them. This fixes
that and expands the testing to check for it.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D156512

Files:
  lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
  lldb/test/API/linux/aarch64/tls_registers/TestAArch64LinuxTLSRegisters.py
  lldb/test/API/linux/aarch64/tls_registers/main.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156512.545041.patch
Type: text/x-patch
Size: 4303 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230728/07c8198d/attachment-0001.bin>


More information about the lldb-commits mailing list