Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.h52 bool StartAsyncThread();
H A DGDBRemoteCommunicationReplayServer.cpp209 bool GDBRemoteCommunicationReplayServer::StartAsyncThread() { in StartAsyncThread() function in GDBRemoteCommunicationReplayServer
H A DProcessGDBRemote.h344 bool StartAsyncThread();
H A 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-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp321 m_gdb_replay_server.StartAsyncThread(); in ConnectRemote()