Home
last modified time | relevance | path

Searched refs:StartAsyncThread (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationReplayServer.h52 bool StartAsyncThread();
DGDBRemoteCommunicationReplayServer.cpp209 bool GDBRemoteCommunicationReplayServer::StartAsyncThread() { in StartAsyncThread() function in GDBRemoteCommunicationReplayServer
DProcessGDBRemote.h344 bool StartAsyncThread();
DProcessGDBRemote.cpp653 StartAsyncThread(); in DoConnectRemote()
3418 m_gdb_replay_server.StartAsyncThread(); in ConnectToReplayServer()
3421 StartAsyncThread(); in ConnectToReplayServer()
3539 StartAsyncThread(); in LaunchAndConnectToDebugserver()
3647 bool ProcessGDBRemote::StartAsyncThread() { in StartAsyncThread() function in ProcessGDBRemote
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp321 m_gdb_replay_server.StartAsyncThread(); in ConnectRemote()