9#ifndef LLDB_API_SBMEMORYREGIONINFO_H
10#define LLDB_API_SBMEMORYREGIONINFO_H
24 uint32_t permissions,
bool mapped,
25 bool stack_memory =
false);
85 bool HasDirtyMemoryPageList();
96 uint32_t GetNumDirtyPages();
105 addr_t GetDirtyPageAddressAtIndex(uint32_t idx);
static llvm::StringRef GetName(XcodeSDK::Type type)
lldb::MemoryRegionInfoUP m_opaque_up
std::unique_ptr< lldb_private::MemoryRegionInfo > MemoryRegionInfoUP
bool LLDB_API operator==(const SBAddress &lhs, const SBAddress &rhs)