Searched refs:thread_ident_info (Results 1 – 1 of 1) sorted by relevance
2469 thread_identifier_info_data_t thread_ident_info; in SendStopReplyPacketForThread() local2470 if (DNBThreadGetIdentifierInfo (pid, tid, &thread_ident_info)) in SendStopReplyPacketForThread()2472 if (thread_ident_info.dispatch_qaddr != 0) in SendStopReplyPacketForThread()2473 ostrm << std::hex << "qaddr:" << thread_ident_info.dispatch_qaddr << ';'; in SendStopReplyPacketForThread()