SBAddressRangeListΒΆ
- class lldb.SBAddressRangeList(*args)ΒΆ
Represents a list of
SBAddressRange
.Methods Summary
Append
()Clear
(SBAddressRangeList self)GetDescription
(SBAddressRangeList self, ...)GetSize
(SBAddressRangeList self)Methods Documentation
- Append(SBAddressRangeList self, SBAddressRange addr_range)ΒΆ
- Append(SBAddressRangeList self, SBAddressRangeList addr_range_list) None
- Clear(SBAddressRangeList self)ΒΆ
- GetAddressRangeAtIndex(SBAddressRangeList self, uint64_t idx) SBAddressRange ΒΆ
- GetDescription(SBAddressRangeList self, SBStream description, SBTarget target) bool ΒΆ
- GetSize(SBAddressRangeList self) uint32_t ΒΆ