Searched refs:ScopedTimeout (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunication.h | 104 class ScopedTimeout { 106 ScopedTimeout(GDBRemoteCommunication &gdb_comm, 108 ~ScopedTimeout();
|
H A D | GDBRemoteCommunication.cpp | 1241 GDBRemoteCommunication::ScopedTimeout::ScopedTimeout( in ScopedTimeout() function in GDBRemoteCommunication::ScopedTimeout 1253 GDBRemoteCommunication::ScopedTimeout::~ScopedTimeout() { in ~ScopedTimeout()
|
H A D | GDBRemoteCommunicationClient.cpp | 209 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 D | ProcessGDBRemote.cpp | 755 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 D | PlatformRemoteGDBServer.cpp | 374 process_gdb_remote::GDBRemoteCommunication::ScopedTimeout timeout( in LaunchProcess()
|