Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.h195 Status StartListenThread(const char *hostname = "127.0.0.1",
DGDBRemoteCommunication.cpp861 Status GDBRemoteCommunication::StartListenThread(const char *hostname, in StartListenThread() function in GDBRemoteCommunication
1051 error = StartListenThread("127.0.0.1", 0); in StartDebugserverProcess()