Home
last modified time | relevance | path

Searched refs:m_interrupt_time (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteClientBase.h112 std::chrono::time_point<std::chrono::steady_clock> m_interrupt_time; variable
DGDBRemoteClientBase.cpp59 if (steady_clock::now() >= m_interrupt_time + kInterruptTimeout) in SendContinuePacketAndWaitForResponse()
370 m_comm.m_interrupt_time = steady_clock::now(); in SyncWithContinueThread()