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);
bool operator!=(const DWARFBaseDIE &lhs, const DWARFBaseDIE &rhs)
bool operator==(const DWARFBaseDIE &lhs, const DWARFBaseDIE &rhs)
static llvm::StringRef GetName(XcodeSDK::Type type)
lldb::MemoryRegionInfoUP m_opaque_up
std::unique_ptr< lldb_private::MemoryRegionInfo > MemoryRegionInfoUP