9#ifndef LLDB_API_SBADDRESSRANGELIST_H
10#define LLDB_API_SBADDRESSRANGELIST_H
52 std::unique_ptr<lldb_private::AddressRangeListImpl>
m_opaque_up;
const lldb::SBAddressRangeList & operator=(const lldb::SBAddressRangeList &rhs)
void Append(const lldb::SBAddressRange &addr_range)
std::unique_ptr< lldb_private::AddressRangeListImpl > m_opaque_up
SBAddressRange GetAddressRangeAtIndex(uint64_t idx)
lldb_private::AddressRangeListImpl & ref() const
bool GetDescription(lldb::SBStream &description, const SBTarget &target)
A class that represents a running process on the host machine.