Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp840 char listen_url[512]; in StartListenThread() local
842 snprintf(listen_url, sizeof(listen_url), "listen://%s:%i", hostname, port); in StartListenThread()
844 snprintf(listen_url, sizeof(listen_url), "listen://%i", port); in StartListenThread()
845 m_listen_url = listen_url; in StartListenThread()
848 listen_url, [this] { return GDBRemoteCommunication::ListenThread(); }); in StartListenThread()