[Lldb-commits] [PATCH] D95602: [lldb][AArch64] Add MTE memory tag reading to lldb
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 8 08:29:00 PST 2021
DavidSpickett updated this revision to Diff 329029.
DavidSpickett added a comment.
- Use RemoveNonAddressBits instead of RemoveLogicalTag
Note that the tests don't have any changes because the client
doesn't have any requirement to remove tags. Only the commands
need to do that.
The parts of this that use RemoveNonAddressBits will be
tested in the "memory tag read" patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95602/new/
https://reviews.llvm.org/D95602
Files:
lldb/include/lldb/Core/Architecture.h
lldb/include/lldb/Target/Process.h
lldb/source/Plugins/Architecture/AArch64/ArchitectureAArch64.cpp
lldb/source/Plugins/Architecture/AArch64/ArchitectureAArch64.h
lldb/source/Plugins/Architecture/AArch64/CMakeLists.txt
lldb/source/Plugins/Architecture/CMakeLists.txt
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
lldb/source/Target/Process.cpp
lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95602.329029.patch
Type: text/x-patch
Size: 19061 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210308/4dc08138/attachment-0001.bin>
More information about the lldb-commits
mailing list