Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1218 std::future<Status> accept_status = std::async( in ConnectLocally() local
1233 if (llvm::Error error = accept_status.get().ToError()) in ConnectLocally()