Searched refs:m_dispatch_queue_offsets_addr (Results 1 – 2 of 2) sorted by relevance
329 lldb::addr_t m_dispatch_queue_offsets_addr; variable
257 m_dispatch_queue_offsets_addr (LLDB_INVALID_ADDRESS), in ProcessGDBRemote()866 m_dispatch_queue_offsets_addr = LLDB_INVALID_ADDRESS; in DidLaunchOrAttach()2931 if (m_dispatch_queue_offsets_addr == LLDB_INVALID_ADDRESS) in GetDispatchQueueNameForThread()2948 …m_dispatch_queue_offsets_addr = dispatch_queue_offsets_symbol->GetAddress().GetLoadAddress(&m_targ… in GetDispatchQueueNameForThread()2950 if (m_dispatch_queue_offsets_addr == LLDB_INVALID_ADDRESS) in GetDispatchQueueNameForThread()2970 …if (ReadMemory (m_dispatch_queue_offsets_addr, memory_buffer, sizeof(dispatch_queue_offsets), erro… in GetDispatchQueueNameForThread()