Searched refs:ScopedTimeout (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| D | GDBRemoteCommunication.h | 83 class ScopedTimeout { 85 ScopedTimeout(GDBRemoteCommunication &gdb_comm, 87 ~ScopedTimeout();
|
| D | GDBRemoteCommunication.cpp | 1264 GDBRemoteCommunication::ScopedTimeout::ScopedTimeout( in ScopedTimeout() function in GDBRemoteCommunication::ScopedTimeout 1276 GDBRemoteCommunication::ScopedTimeout::~ScopedTimeout() { in ~ScopedTimeout()
|
| D | GDBRemoteCommunicationClient.cpp | 182 ScopedTimeout timeout(*this, std::max(GetPacketTimeout(), seconds(6))); in QueryNoAckModeSupported() 1170 ScopedTimeout timeout(*this, seconds(10)); in GetHostInfo() 2288 ScopedTimeout timeout(*this, minutes(1)); in FindProcesses() 2579 ScopedTimeout timeout(*this, seconds(10)); in LaunchGDBServer() 3759 ScopedTimeout timeout(*this, std::chrono::seconds(10)); in GetModulesInfo()
|
| D | ProcessGDBRemote.cpp | 884 GDBRemoteCommunication::ScopedTimeout timeout(m_gdb_comm, in DoLaunch() 2570 GDBRemoteCommunication::ScopedTimeout(m_gdb_comm, in DoDestroy() 4145 GDBRemoteCommunication::ScopedTimeout timeout(m_gdb_comm, in GetLoadedDynamicLibrariesInfos_sender()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| D | PlatformRemoteGDBServer.cpp | 438 process_gdb_remote::GDBRemoteCommunication::ScopedTimeout timeout( in LaunchProcess()
|