Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h217 lldb::thread_result_t ListenThread();
H A DGDBRemoteCommunication.cpp848 listen_url, [this] { return GDBRemoteCommunication::ListenThread(); }); in StartListenThread()
862 lldb::thread_result_t GDBRemoteCommunication::ListenThread() { in ListenThread() function in GDBRemoteCommunication