Home
last modified time | relevance | path

Searched refs:SetDirtyPageList (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h133 void SetDirtyPageList(std::vector<lldb::addr_t> pagelist) { in SetDirtyPageList() function
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1628 region_info.SetDirtyPageList(dirty_page_list); in GetMemoryRegionInfo()