Home
last modified time | relevance | path

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

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