SBMemoryRegionInfoListΒΆ
- class lldb.SBMemoryRegionInfoList(*args)ΒΆ
Represents a list of
SBMemoryRegionInfo
.Methods Summary
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 ΒΆ