Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h197 static lldb::thread_result_t ListenThread(lldb::thread_arg_t arg);
H A DGDBRemoteCommunication.cpp912 listen_url, GDBRemoteCommunication::ListenThread, this, &error); in StartListenThread()
924 GDBRemoteCommunication::ListenThread(lldb::thread_arg_t arg) { in ListenThread() function in GDBRemoteCommunication