Home
last modified time | relevance | path

Searched refs:m_dispatch_queue_offsets_addr (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h329 lldb::addr_t m_dispatch_queue_offsets_addr; variable
DProcessGDBRemote.cpp257 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()
2948m_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()