Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectThread.cpp249 if (option_arg.getAsInteger(0, m_step_count)) in SetOptionValue()
307 m_step_count = 1; in OptionParsingStarting()
318 uint32_t m_step_count; member in ThreadStepScopeOptionGroup
552 if (m_options.m_step_count > 1) { in DoExecute()
553 if (!new_plan_sp->SetIterationCount(m_options.m_step_count)) { in DoExecute()