9#ifndef LLDB_API_SBADDRESSRANGE_H
10#define LLDB_API_SBADDRESSRANGE_H
lldb::addr_t GetByteSize() const
Get the byte size of this range.
bool IsValid() const
Check the address range refers to a valid base address and has a byte size greater than zero.
const lldb::SBAddressRange & operator=(const lldb::SBAddressRange &rhs)
lldb::SBAddress GetBaseAddress() const
Get the base address of the range.
bool operator==(const SBAddressRange &rhs)
AddressRangeUP m_opaque_up
friend class SBAddressRangeList
bool operator!=(const SBAddressRange &rhs)
bool GetDescription(lldb::SBStream &description, const SBTarget target)
lldb_private::AddressRange & ref() const
A section + offset based address range class.
A class that represents a running process on the host machine.
std::unique_ptr< lldb_private::AddressRange > AddressRangeUP