Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h458 m_interrupt_time(std::chrono::system_clock::now()), in InterruptionReport()
473 const std::chrono::time_point<std::chrono::system_clock> m_interrupt_time; variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1323 m_interrupt_time(std::chrono::system_clock::now()), in InterruptionReport()