51 m_ht = std::make_unique<__CFBasicHash<T>>();
57 m_mutable = !(m_ht->base.cfinfoa & (1 << 6));
58 m_multi = m_ht->bits.counts_offset;
60 addr_t ptr_offset = addr + size;
62 size = ptr_count *
sizeof(T);
64 m_exe_ctx_ref.GetProcessSP()->ReadMemory(ptr_offset, m_ht->pointers, size,
Execution context objects refer to objects in the execution of the program that is being debugged.