Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h476 bool SetIterationCount(size_t count) { in SetIterationCount() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp578 if (!new_plan_sp->SetIterationCount(m_options.m_step_count)) { in DoExecute()