Home
last modified time | relevance | path

Searched refs:ScopedTimeout (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.h83 class ScopedTimeout {
85 ScopedTimeout(GDBRemoteCommunication &gdb_comm,
87 ~ScopedTimeout();
DGDBRemoteCommunication.cpp1264 GDBRemoteCommunication::ScopedTimeout::ScopedTimeout( in ScopedTimeout() function in GDBRemoteCommunication::ScopedTimeout
1276 GDBRemoteCommunication::ScopedTimeout::~ScopedTimeout() { in ~ScopedTimeout()
DGDBRemoteCommunicationClient.cpp218 ScopedTimeout timeout(*this, std::max(GetPacketTimeout(), seconds(6))); in QueryNoAckModeSupported()
1154 ScopedTimeout timeout(*this, seconds(10)); in GetHostInfo()
2242 ScopedTimeout timeout(*this, minutes(1)); in FindProcesses()
2534 ScopedTimeout timeout(*this, seconds(10)); in LaunchGDBServer()
3773 ScopedTimeout timeout(*this, std::chrono::seconds(10)); in GetModulesInfo()
DProcessGDBRemote.cpp878 GDBRemoteCommunication::ScopedTimeout timeout(m_gdb_comm, in DoLaunch()
2544 GDBRemoteCommunication::ScopedTimeout(m_gdb_comm, in DoDestroy()
4067 GDBRemoteCommunication::ScopedTimeout timeout(m_gdb_comm, in GetLoadedDynamicLibrariesInfos_sender()
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp434 process_gdb_remote::GDBRemoteCommunication::ScopedTimeout timeout( in LaunchProcess()