Searched refs:ScopedTimeout (Results 1 – 5 of 5) sorted by relevance
/external/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 | 218 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()
|
D | ProcessGDBRemote.cpp | 878 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/ |
D | PlatformRemoteGDBServer.cpp | 434 process_gdb_remote::GDBRemoteCommunication::ScopedTimeout timeout( in LaunchProcess()
|