Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/lldb-vscode/
Dlldb-vscode.cpp208 if (tid == g_vsc.focus_tid && !has_reason) in SendThreadStoppedEvent()
209 g_vsc.focus_tid = LLDB_INVALID_THREAD_ID; in SendThreadStoppedEvent()
220 if (g_vsc.focus_tid == LLDB_INVALID_THREAD_ID) in SendThreadStoppedEvent()
221 g_vsc.focus_tid = first_tid_with_reason; in SendThreadStoppedEvent()
707 g_vsc.focus_tid = GetUnsigned(arguments, "threadId", LLDB_INVALID_THREAD_ID); in request_continue()
1671 g_vsc.focus_tid = thread.GetThreadID(); in request_next()
2425 g_vsc.focus_tid = thread.GetThreadID(); in request_stepIn()
2477 g_vsc.focus_tid = thread.GetThreadID(); in request_stepOut()
DVSCode.h101 lldb::tid_t focus_tid; member
DJSONUtils.cpp897 if (tid == g_vsc.focus_tid) { in CreateThreadStopped()
900 body.try_emplace("preserveFocusHint", tid != g_vsc.focus_tid); in CreateThreadStopped()
DVSCode.cpp40 focus_tid(LLDB_INVALID_THREAD_ID), sent_terminated_event(false),