Searched refs:focus_tid (Results 1 – 4 of 4) sorted by relevance
208 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()
101 lldb::tid_t focus_tid; member
897 if (tid == g_vsc.focus_tid) { in CreateThreadStopped()900 body.try_emplace("preserveFocusHint", tid != g_vsc.focus_tid); in CreateThreadStopped()
40 focus_tid(LLDB_INVALID_THREAD_ID), sent_terminated_event(false),