SBAddressRangeListΒΆ

class lldb.SBAddressRangeList(*args)ΒΆ

Represents a list of SBAddressRange.

Methods Summary

Append()

Clear(SBAddressRangeList self)

GetAddressRangeAtIndex(...)

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ΒΆ