Home
last modified time | relevance | path

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

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