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.h92 class ScopedTimeout {
94 ScopedTimeout(GDBRemoteCommunication &gdb_comm,
96 ~ScopedTimeout();
H A DGDBRemoteCommunication.cpp1010 GDBRemoteCommunication::ScopedTimeout::ScopedTimeout( in ScopedTimeout() function in GDBRemoteCommunication::ScopedTimeout
1022 GDBRemoteCommunication::ScopedTimeout::~ScopedTimeout() { in ~ScopedTimeout()
H A DGDBRemoteCommunicationClient.cpp223 ScopedTimeout timeout(*this, std::max(GetPacketTimeout(), seconds(6))); in QueryNoAckModeSupported()
1237 ScopedTimeout timeout(*this, seconds(10)); in GetHostInfo()
2380 ScopedTimeout timeout(*this, minutes(1)); in FindProcesses()
2658 ScopedTimeout timeout(*this, seconds(10)); in LaunchGDBServer()
3972 ScopedTimeout timeout(*this, std::chrono::seconds(10)); in GetModulesInfo()
4359 GDBRemoteCommunication::ScopedTimeout(*this, seconds(3)); in KillProcess()
H A DProcessGDBRemote.cpp765 GDBRemoteCommunication::ScopedTimeout timeout(m_gdb_comm, in DoLaunch()
4085 GDBRemoteCommunication::ScopedTimeout timeout(m_gdb_comm, in GetLoadedDynamicLibrariesInfos_sender()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp367 process_gdb_remote::GDBRemoteCommunication::ScopedTimeout timeout( in LaunchProcess()