Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h104 static FileSpec GetDomainSocketPath(const char *prefix);
H A DGDBRemoteCommunicationServerPlatform.cpp143 socket_name = GetDomainSocketPath("gdbserver").GetPath(); in LaunchGDBServer()
536 GDBRemoteCommunicationServerPlatform::GetDomainSocketPath(const char *prefix) { in GetDomainSocketPath() function in GDBRemoteCommunicationServerPlatform