Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.h200 static lldb::thread_result_t ListenThread(lldb::thread_arg_t arg);
DGDBRemoteCommunication.cpp874 listen_url, GDBRemoteCommunication::ListenThread, this); in StartListenThread()
889 GDBRemoteCommunication::ListenThread(lldb::thread_arg_t arg) { in ListenThread() function in GDBRemoteCommunication