Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp2934 const Symbol *dispatch_queue_offsets_symbol = NULL; in GetDispatchQueueNameForThread() local
2938dispatch_queue_offsets_symbol = module_sp->FindFirstSymbolWithNameAndType (g_dispatch_queue_offset… in GetDispatchQueueNameForThread()
2940 if (dispatch_queue_offsets_symbol == NULL) in GetDispatchQueueNameForThread()
2945dispatch_queue_offsets_symbol = module_sp->FindFirstSymbolWithNameAndType (g_dispatch_queue_offset… in GetDispatchQueueNameForThread()
2947 if (dispatch_queue_offsets_symbol) in GetDispatchQueueNameForThread()
2948 …m_dispatch_queue_offsets_addr = dispatch_queue_offsets_symbol->GetAddress().GetLoadAddress(&m_targ… in GetDispatchQueueNameForThread()