[Lldb-commits] [PATCH] D105181: [lldb][AArch64] Add memory tag writing to lldb
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 14 01:39:25 PDT 2021
DavidSpickett updated this revision to Diff 358541.
DavidSpickett added a comment.
Rebase onto the earlier refactoring patch.
Now GetMemoryTagManager just deals with the manager,
no range handling. So this patch just adds WriteMemoryTags.
"memory tag write" will use MakeTaggedRange from
the memory tag manager instead of relying on the methods
I had here before.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105181/new/
https://reviews.llvm.org/D105181
Files:
lldb/include/lldb/Target/Process.h
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: D105181.358541.patch
Type: text/x-patch
Size: 9535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210714/28c5f573/attachment.bin>
More information about the lldb-commits
mailing list