Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/
DRNBRemote.cpp2469 thread_identifier_info_data_t thread_ident_info; in SendStopReplyPacketForThread() local
2470 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()