Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp687 const HostThread &host_main_thread = debugger->GetMainThread(); in OnDebuggerConnected() local
689 std::make_shared<TargetThreadWindows>(*this, host_main_thread); in OnDebuggerConnected()
691 tid_t id = host_main_thread.GetNativeThread().GetThreadId(); in OnDebuggerConnected()