Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDThreadPlan.h529 virtual bool SetIterationCount(size_t count) { in SetIterationCount() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectThread.cpp730 if (!new_plan_sp->SetIterationCount(m_options.m_step_count)) { in DoExecute()