Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h41 void SetPendingGdbServer(const std::string &socket_name);
H A DGDBRemoteCommunicationServerPlatform.cpp494 void GDBRemoteCommunicationServerPlatform::SetPendingGdbServer( in SetPendingGdbServer() function in GDBRemoteCommunicationServerPlatform
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp242 platform.SetPendingGdbServer(socket_name); in client_handle()