Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp230 bool focus_thread_exists = false; in SendThreadStoppedEvent() local
237 focus_thread_exists = true; in SendThreadStoppedEvent()
251 if (!focus_thread_exists || g_vsc.focus_tid == LLDB_INVALID_THREAD_ID) in SendThreadStoppedEvent()