Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h52 llvm::Expected<uint16_t> GetNextAvailablePort();
H A DGDBRemoteCommunicationServerPlatform.cpp59 GDBRemoteCommunicationServerPlatform::PortMap::GetNextAvailablePort() { in GetNextAvailablePort() function in GDBRemoteCommunicationServerPlatform::PortMap
164 llvm::Expected<uint16_t> available_port = m_port_map.GetNextAvailablePort(); in LaunchGDBServer()