Home
last modified time | relevance | path

Searched refs:GetLocalPortNumber (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DTCPSocket.h25 uint16_t GetLocalPortNumber() const;
/src/contrib/llvm-project/lldb/tools/lldb-server/
H A DAcceptor.cpp113 auto local_port = tcp_socket->GetLocalPortNumber(); in Create()
/src/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp81 uint16_t TCPSocket::GetLocalPortNumber() const { in GetLocalPortNumber() function in TCPSocket
/src/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp627 static_cast<TCPSocket &>(listening_socket).GetLocalPortNumber(); in AcceptTCP()
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1223 << "connect://localhost:" << listen_socket.GetLocalPortNumber(); in ConnectLocally()