forked from OSchip/llvm-project
ee0c3820f8
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. MakeTaggedRanges assumes that the memory regions it is given are sorted in ascending order and do not overlap. For the current use case where you get regions from GetMemoryRegions and are on some Linux like OS, this is reasonable to assume. I've used asserts to check those conditions. In future any API binding will check them up front to prevent a crash. Reviewed By: omjavaid Differential Revision: https://reviews.llvm.org/D112824 |
||
---|---|---|
.. | ||
Linux | ||
POSIX | ||
Utility | ||
gdb-remote | ||
minidump | ||
CMakeLists.txt | ||
ProcessEventDataTest.cpp |