SBAddressRange#
- class lldb.SBAddressRange(*args)#
API clients can get address range information.
Methods Summary
Clear
(SBAddressRange self)Get the base address of the range.
Get the byte size of this range.
GetDescription
(SBAddressRange self, ...)IsValid
()Check the address range refers to a valid base address and has a byte size greater than zero.
Methods Documentation
- Clear(SBAddressRange self)#
- GetBaseAddress()#
Get the base address of the range.
- Return type:
- Returns:
Base address object.
- GetByteSize()#
Get the byte size of this range.
- Return type:
int
- Returns:
The size in bytes of this address range.
- GetDescription(SBAddressRange self, SBStream description, SBTarget target) bool #
- IsValid()#
Check the address range refers to a valid base address and has a byte size greater than zero.
- Return type:
boolean
- Returns:
True if the address range is valid, false otherwise.