Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectThread.cpp292 if (option_arg.getAsInteger(0, m_step_count)) in SetOptionValue()
344 m_step_count = 1; in OptionParsingStarting()
355 uint32_t m_step_count; member in ThreadStepScopeOptionGroup
579 if (m_options.m_step_count > 1) { in DoExecute()
580 if (!new_plan_sp->SetIterationCount(m_options.m_step_count)) { in DoExecute()