9#ifndef LLDB_UTILITY_ADDRESSABLEBITS_H
10#define LLDB_UTILITY_ADDRESSABLEBITS_H
33 uint32_t highmem_addressing_bits);
A class which holds the metadata from a remote stub/corefile note about how many bits are used for ad...
void SetHighmemAddressableBits(uint32_t highmem_addressing_bits)
uint32_t GetHighmemAddressableBits() const
void SetAddressableBits(uint32_t addressing_bits)
When a single value is available for the number of bits.
uint32_t m_high_memory_addr_bits
uint32_t m_low_memory_addr_bits
void SetLowmemAddressableBits(uint32_t lowmem_addressing_bits)
static lldb::addr_t AddressableBitToMask(uint32_t addressable_bits)
uint32_t GetLowmemAddressableBits() const
A class that represents a running process on the host machine.