Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h79 Status InitializeConnection(std::unique_ptr<Connection> &&connection);
H A DGDBRemoteCommunicationServerLLGS.cpp923 Status GDBRemoteCommunicationServerLLGS::InitializeConnection( function in GDBRemoteCommunicationServerLLGS
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp351 error = gdb_server.InitializeConnection(std::move(connection_up)); in ConnectToRemote()