Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectReproducer.cpp279 if (!r.IsCapturing() && !r.IsReplaying()) { in DoExecute()
327 if (r.IsCapturing()) { in DoExecute()
335 if (r.IsCapturing() || r.IsReplaying()) { in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducer.h214 bool IsCapturing() { return static_cast<bool>(m_generator); }; in IsCapturing() function