Searched defs:dispatch_queue_offsets (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2933 static ConstString g_dispatch_queue_offsets_symbol_name ("dispatch_queue_offsets");
2966 } dispatch_queue_offsets; local
2970 if (ReadMemory (m_dispatch_queue_offsets_addr, memory_buffer, sizeof(dispatch_queue_offsets), error) == sizeof(dispatch_queue_offsets))
2973 if (data.GetU16(&data_offset, &dispatch_queue_offsets.dqo_version, sizeof(dispatch_queue_offsets)/sizeof(uint16_t)))
2979 if (dispatch_queue_offsets.dqo_version >= 4)
2983 lldb::addr_t pointer_to_label_address = queue_addr + dispatch_queue_offsets.dqo_label;
2995 lldb::addr_t label_addr = queue_addr + dispatch_queue_offsets.dqo_label;
2996 dispatch_queue_name.resize(dispatch_queue_offsets
[all...]

Completed in 78 milliseconds