Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3531 llvm::Expected<HostThread> async_thread = in StartAsyncThread() local
3535 if (!async_thread) { in StartAsyncThread()
3536 LLDB_LOG_ERROR(GetLog(LLDBLog::Host), async_thread.takeError(), in StartAsyncThread()
3540 m_async_thread = *async_thread; in StartAsyncThread()