[Lldb-commits] [PATCH] D97281: [lldb][AArch64] Add class for managing memory tags
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 8 08:14:58 PST 2021
DavidSpickett updated this revision to Diff 329022.
DavidSpickett added a comment.
- Add RemoveNonAddressBits which will remove the entire top byte not just tags
- Remove SetLogicalTag/RemoveLogicalTag/CopyLogicalTag which are now unused in the proceeding patches
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97281/new/
https://reviews.llvm.org/D97281
Files:
lldb/include/lldb/Target/MemoryTagManager.h
lldb/source/Plugins/Process/Utility/CMakeLists.txt
lldb/source/Plugins/Process/Utility/MemoryTagManagerAArch64MTE.cpp
lldb/source/Plugins/Process/Utility/MemoryTagManagerAArch64MTE.h
lldb/unittests/Process/Utility/CMakeLists.txt
lldb/unittests/Process/Utility/MemoryTagManagerAArch64MTETest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97281.329022.patch
Type: text/x-patch
Size: 14987 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210308/8cdad8ed/attachment-0001.bin>
More information about the lldb-commits
mailing list