[Lldb-commits] [PATCH] D112824: [lldb][AArch64] Add MakeTaggedRanges to MemoryTagManager
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 29 08:38:28 PDT 2021
DavidSpickett created this revision.
Herald added subscribers: mgrang, kristof.beyls.
DavidSpickett requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
This is to be used when you want to know what subranges
of a larger range have memory tagging.
Like MakeTaggedRange but memory without tags is skipped
and you get a list of ranges back.
Will be used later by DumpDataExtractor to show memory tags.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D112824
Files:
lldb/include/lldb/Target/MemoryTagManager.h
lldb/source/Plugins/Process/Utility/MemoryTagManagerAArch64MTE.cpp
lldb/source/Plugins/Process/Utility/MemoryTagManagerAArch64MTE.h
lldb/unittests/Process/Utility/MemoryTagManagerAArch64MTETest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112824.383371.patch
Type: text/x-patch
Size: 11539 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211029/a0c0e846/attachment-0001.bin>
More information about the lldb-commits
mailing list