Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.cpp1241 std::future<Status> accept_status = std::async( in ConnectLocally() local
1256 if (llvm::Error error = accept_status.get().ToError()) in ConnectLocally()