Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectThread.cpp372 m_step_type(step_type), m_step_scope(step_scope), in CommandObjectThreadStepWithTypeAndScope()
445 if (m_step_type == eStepTypeScripted) { in DoExecute()
459 m_step_type != eStepTypeInto) { in DoExecute()
474 bool_stop_other_threads = (m_step_type != eStepTypeOut); in DoExecute()
481 if (m_step_type == eStepTypeInto) { in DoExecute()
537 } else if (m_step_type == eStepTypeOver) { in DoExecute()
550 } else if (m_step_type == eStepTypeTrace) { in DoExecute()
553 } else if (m_step_type == eStepTypeTraceOver) { in DoExecute()
556 } else if (m_step_type == eStepTypeOut) { in DoExecute()
561 } else if (m_step_type == eStepTypeScripted) { in DoExecute()
[all …]