SBMemoryRegionInfoList

class lldb.SBMemoryRegionInfoList(*args)

Represents a list of SBMemoryRegionInfo.

Methods Summary

Append()

Clear(SBMemoryRegionInfoList self)

GetMemoryRegionAtIndex(…)

GetMemoryRegionContainingAddress(…)

GetSize(SBMemoryRegionInfoList self)

Methods Documentation

Append(SBMemoryRegionInfoList self, SBMemoryRegionInfo region)
Append(SBMemoryRegionInfoList self, SBMemoryRegionInfoList region_list)None
Clear(SBMemoryRegionInfoList self)
GetMemoryRegionAtIndex(SBMemoryRegionInfoList self, uint32_t idx, SBMemoryRegionInfo region_info)bool
GetMemoryRegionContainingAddress(SBMemoryRegionInfoList self, lldb::addr_t addr, SBMemoryRegionInfo region_info)bool
GetSize(SBMemoryRegionInfoList self)uint32_t