Searched refs:ScopedTimeout (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunication.h | 108 class ScopedTimeout { 110 ScopedTimeout(GDBRemoteCommunication &gdb_comm, 112 ~ScopedTimeout();
|
| H A D | GDBRemoteCommunication.cpp | 1267 GDBRemoteCommunication::ScopedTimeout::ScopedTimeout( in ScopedTimeout() function in GDBRemoteCommunication::ScopedTimeout 1279 GDBRemoteCommunication::ScopedTimeout::~ScopedTimeout() { in ~ScopedTimeout()
|
| H A D | GDBRemoteCommunicationClient.cpp | 200 ScopedTimeout timeout(*this, std::max(GetPacketTimeout(), seconds(6))); in QueryNoAckModeSupported() 1207 ScopedTimeout timeout(*this, seconds(10)); in GetHostInfo() 2337 ScopedTimeout timeout(*this, minutes(1)); in FindProcesses() 2610 ScopedTimeout timeout(*this, seconds(10)); in LaunchGDBServer() 3877 ScopedTimeout timeout(*this, std::chrono::seconds(10)); in GetModulesInfo() 4271 GDBRemoteCommunication::ScopedTimeout(*this, seconds(3)); in KillProcess()
|
| H A D | ProcessGDBRemote.cpp | 852 GDBRemoteCommunication::ScopedTimeout timeout(m_gdb_comm, in DoLaunch() 3866 GDBRemoteCommunication::ScopedTimeout timeout(m_gdb_comm, in GetLoadedDynamicLibrariesInfos_sender()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 372 process_gdb_remote::GDBRemoteCommunication::ScopedTimeout timeout( in LaunchProcess()
|