Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h52 llvm::Expected<uint16_t> GetNextAvailablePort();
H A DGDBRemoteCommunicationServerPlatform.cpp61 GDBRemoteCommunicationServerPlatform::PortMap::GetNextAvailablePort() { in GetNextAvailablePort() function in GDBRemoteCommunicationServerPlatform::PortMap
166 llvm::Expected<uint16_t> available_port = m_port_map.GetNextAvailablePort(); in LaunchGDBServer()
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp315 gdbserver_portmap.GetNextAvailablePort(); in main_platform()