Searched refs:GetListeningPort (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h71 uint16_t GetListeningPort(const Timeout<std::micro> &timeout);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp753 ConnectionFileDescriptor::GetListeningPort(const Timeout<std::micro> &timeout) { function in class:ConnectionFileDescriptor
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1085 uint16_t port_ = connection->GetListeningPort(std::chrono::seconds(10));

Completed in 119 milliseconds