Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp303 if (option_arg.getAsInteger(0, m_step_count)) in SetOptionValue()
356 m_step_count = 1; in OptionParsingStarting()
367 uint32_t m_step_count; member in ThreadStepScopeOptionGroup
577 if (m_options.m_step_count > 1) { in DoExecute()
578 if (!new_plan_sp->SetIterationCount(m_options.m_step_count)) { in DoExecute()