Searched refs:GetLocalSocketId (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A DAcceptor.h44 std::string GetLocalSocketId() const;
H A DAcceptor.cpp79 std::string Acceptor::GetLocalSocketId() const { return m_local_socket_id(); } function in class:Acceptor
H A Dlldb-platform.cpp296 save_socket_id_to_file(acceptor_up->GetLocalSocketId(), socket_file);
H A Dlldb-gdbserver.cpp319 const std::string socket_id = acceptor_up->GetLocalSocketId();

Completed in 52 milliseconds