Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDIOHandler.cpp4795 bool thread_changed = false; in WindowDelegateDraw() local
4803 thread_changed = tid != m_tid; in WindowDelegateDraw()
4810 thread_changed = true; in WindowDelegateDraw()
4841 const bool context_changed = thread_changed || frame_changed || stop_id_changed; in WindowDelegateDraw()