Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerPlatform.h52 llvm::Expected<uint16_t> GetNextAvailablePort();
DGDBRemoteCommunicationServerPlatform.cpp59 GDBRemoteCommunicationServerPlatform::PortMap::GetNextAvailablePort() { in GetNextAvailablePort() function in GDBRemoteCommunicationServerPlatform::PortMap
164 llvm::Expected<uint16_t> available_port = m_port_map.GetNextAvailablePort(); in LaunchGDBServer()