Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebugSessionInfo.h192 lldb::tid_t m_currentSelectedThread; variable
H A DMICmnLLDBDebugSessionInfo.cpp42 m_currentSelectedThread(LLDB_INVALID_THREAD_ID), in CMICmnLLDBDebugSessionInfo()
74 m_currentSelectedThread = LLDB_INVALID_THREAD_ID; in Initialize()
H A DMICmnLLDBDebuggerHandleEvents.cpp1793 if (rSessionInfo.m_currentSelectedThread != currentThreadIndexID) { in ChkForStateChanges()
1794 rSessionInfo.m_currentSelectedThread = currentThreadIndexID; in ChkForStateChanges()