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 | 92 class ScopedTimeout { 94 ScopedTimeout(GDBRemoteCommunication &gdb_comm, 96 ~ScopedTimeout();
|
| H A D | GDBRemoteCommunication.cpp | 1010 GDBRemoteCommunication::ScopedTimeout::ScopedTimeout( in ScopedTimeout() function in GDBRemoteCommunication::ScopedTimeout 1022 GDBRemoteCommunication::ScopedTimeout::~ScopedTimeout() { in ~ScopedTimeout()
|
| H A D | GDBRemoteCommunicationClient.cpp | 223 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 D | ProcessGDBRemote.cpp | 765 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 D | PlatformRemoteGDBServer.cpp | 367 process_gdb_remote::GDBRemoteCommunication::ScopedTimeout timeout( in LaunchProcess()
|