Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DThreadPlan.h485 virtual bool SetIterationCount(size_t count) { in SetIterationCount() function
/external/llvm-project/lldb/source/Commands/
DCommandObjectThread.cpp553 if (!new_plan_sp->SetIterationCount(m_options.m_step_count)) { in DoExecute()