Searched refs:IsReplaying (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectReproducer.cpp123 } else if (r.IsReplaying()) {
205 if (!r.IsCapturing() && !r.IsReplaying()) {
255 } else if (r.IsReplaying()) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducer.h330 bool IsReplaying() { return static_cast<bool>(m_loader); }; function in class:lldb_private::repro::Reproducer

Completed in 120 milliseconds