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

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2934 static ConstString g_dispatch_queue_offsets_symbol_name ("dispatch_queue_offsets");
2967 } dispatch_queue_offsets; local
2971 if (ReadMemory (m_dispatch_queue_offsets_addr, memory_buffer, sizeof(dispatch_queue_offsets), error) == sizeof(dispatch_queue_offsets))
2974 if (data.GetU16(&data_offset, &dispatch_queue_offsets.dqo_version, sizeof(dispatch_queue_offsets)/sizeof(uint16_t)))
2980 if (dispatch_queue_offsets.dqo_version >= 4)
2984 lldb::addr_t pointer_to_label_address = queue_addr + dispatch_queue_offsets.dqo_label;
2996 lldb::addr_t label_addr = queue_addr + dispatch_queue_offsets.dqo_label;
2997 dispatch_queue_name.resize(dispatch_queue_offsets
[all...]

Completed in 176 milliseconds