Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.h36 HostThread GetMainThread() const { return m_main_thread; } in GetMainThread() function
H A DNativeProcessWindows.cpp441 *this, m_session_data->m_debugger->GetMainThread())); in OnDebuggerConnected()
H A DProcessWindows.cpp685 const HostThread &host_main_thread = debugger->GetMainThread(); in OnDebuggerConnected()