reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/tools/lldb-vscode/JSONUtils.cpp
  777   if (tid == g_vsc.focus_tid) {
  780   body.try_emplace("preserveFocusHint", tid != g_vsc.focus_tid);
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
  177         if (tid == g_vsc.focus_tid && !has_reason)
  178           g_vsc.focus_tid = LLDB_INVALID_THREAD_ID;
  189       if (g_vsc.focus_tid == LLDB_INVALID_THREAD_ID)
  190         g_vsc.focus_tid = first_tid_with_reason;
  653   g_vsc.focus_tid = GetUnsigned(arguments, "threadId", LLDB_INVALID_THREAD_ID);
 1330     g_vsc.focus_tid = thread.GetThreadID();
 2082     g_vsc.focus_tid = thread.GetThreadID();
 2134     g_vsc.focus_tid = thread.GetThreadID();