[Lldb-commits] [PATCH] D156687: [lldb][AArch64] Add kind marker to ReadAll/WriteALLRegisterValues data

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 30 08:58:18 PDT 2023


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

clang-format some missing bits.

Replace a missing memcpy in the FPR case. This only works because the buffer happens to
still contain the previous state. If there is some route to restore arbitray states,
this would be broken, but I don't know how that might happen.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156687

Files:
  lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156687.554744.patch
Type: text/x-patch
Size: 9468 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230830/fe5ddc6e/attachment.bin>


More information about the lldb-commits mailing list