Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlan.h542 virtual bool SetIterationCount(size_t count) { in SetIterationCount() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp757 if (!new_plan_sp->SetIterationCount(m_options.m_step_count)) { in DoExecute()