Home
last modified time | relevance | path

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

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