SBMemoryRegionInfoList

class lldb.SBMemoryRegionInfoList(*args)

Represents a list of SBMemoryRegionInfo.

Methods Summary

Append(SBMemoryRegionInfoList self, …) Append(SBMemoryRegionInfoList self, SBMemoryRegionInfoList region_list)
Clear(SBMemoryRegionInfoList self)
GetMemoryRegionAtIndex(…)
GetMemoryRegionContainingAddress(…)
GetSize(SBMemoryRegionInfoList self)

Methods Documentation

Append(SBMemoryRegionInfoList self, SBMemoryRegionInfo region)

Append(SBMemoryRegionInfoList self, SBMemoryRegionInfoList region_list)

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