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#