Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h104 class ScopedTimeout {
106 ScopedTimeout(GDBRemoteCommunication &gdb_comm,
108 ~ScopedTimeout();
H A DGDBRemoteCommunication.cpp1241 GDBRemoteCommunication::ScopedTimeout::ScopedTimeout( in ScopedTimeout() function in GDBRemoteCommunication::ScopedTimeout
1253 GDBRemoteCommunication::ScopedTimeout::~ScopedTimeout() { in ~ScopedTimeout()
H A DGDBRemoteCommunicationClient.cpp209 ScopedTimeout timeout(*this, std::max(GetPacketTimeout(), seconds(6))); in QueryNoAckModeSupported()
1214 ScopedTimeout timeout(*this, seconds(10)); in GetHostInfo()
2361 ScopedTimeout timeout(*this, minutes(1)); in FindProcesses()
2639 ScopedTimeout timeout(*this, seconds(10)); in LaunchGDBServer()
3953 ScopedTimeout timeout(*this, std::chrono::seconds(10)); in GetModulesInfo()
4339 GDBRemoteCommunication::ScopedTimeout(*this, seconds(3)); in KillProcess()
H A DProcessGDBRemote.cpp755 GDBRemoteCommunication::ScopedTimeout timeout(m_gdb_comm, in DoLaunch()
3955 GDBRemoteCommunication::ScopedTimeout timeout(m_gdb_comm, in GetLoadedDynamicLibrariesInfos_sender()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp374 process_gdb_remote::GDBRemoteCommunication::ScopedTimeout timeout( in LaunchProcess()