Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebuggerHandleEvents.cpp1792 const MIuint currentThreadIndexID = currentThread.GetIndexID(); in ChkForStateChanges() local
1793 if (rSessionInfo.m_currentSelectedThread != currentThreadIndexID) { in ChkForStateChanges()
1794 rSessionInfo.m_currentSelectedThread = currentThreadIndexID; in ChkForStateChanges()
1798 CMIUtilString::Format("%d", currentThreadIndexID)); in ChkForStateChanges()