Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h217 lldb::thread_result_t ListenThread();
H A DGDBRemoteCommunication.cpp850 listen_url, [this] { return GDBRemoteCommunication::ListenThread(); }); in StartListenThread()
864 lldb::thread_result_t GDBRemoteCommunication::ListenThread() { in ListenThread() function in GDBRemoteCommunication