Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h212 Status StartListenThread(const char *hostname = "127.0.0.1",
H A DGDBRemoteCommunication.cpp835 Status GDBRemoteCommunication::StartListenThread(const char *hostname, in StartListenThread() function in GDBRemoteCommunication
1029 error = StartListenThread("127.0.0.1", 0); in StartDebugserverProcess()