Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1039 std::future<uint16_t> port_future = m_port_promise.get_future(); in StartDebugserverProcess() local
1040 uint16_t port_ = port_future.wait_for(std::chrono::seconds(10)) == in StartDebugserverProcess()
1042 ? port_future.get() in StartDebugserverProcess()