Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunication.h142 static llvm::Error ConnectLocally(GDBRemoteCommunication &client,
HDGDBRemoteCommunication.cpp1253 GDBRemoteCommunication::ConnectLocally(GDBRemoteCommunication &client, in ConnectLocally() function in GDBRemoteCommunication
HDProcessGDBRemote.cpp3384 if (auto error = GDBRemoteCommunication::ConnectLocally(m_gdb_comm, in ConnectToReplayServer()