Home
last modified time | relevance | path

Searched refs:GetDirtyPageAddressAtIndex (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBMemoryRegionInfo.i77 is returned.") GetDirtyPageAddressAtIndex;
79 GetDirtyPageAddressAtIndex(uint32_t idx);
/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestMemoryRegionDirtyPages.py56 self.assertEqual(region.GetDirtyPageAddressAtIndex(0), 0x100004000)
64 self.assertEqual(region.GetDirtyPageAddressAtIndex(4), 0x1000a6000)
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBMemoryRegionInfo.h105 addr_t GetDirtyPageAddressAtIndex(uint32_t idx);
/llvm-project-15.0.7/lldb/source/API/
H A DSBMemoryRegionInfo.cpp144 addr_t SBMemoryRegionInfo::GetDirtyPageAddressAtIndex(uint32_t idx) { in GetDirtyPageAddressAtIndex() function in SBMemoryRegionInfo