Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h212 Status StartListenThread(const char *hostname = "127.0.0.1",
H A DGDBRemoteCommunication.cpp837 Status GDBRemoteCommunication::StartListenThread(const char *hostname, in StartListenThread() function in GDBRemoteCommunication
1031 error = StartListenThread("127.0.0.1", 0); in StartDebugserverProcess()