Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DThreadPlan.h477 if (m_takes_iteration_count) { in SetIterationCount()
483 return m_takes_iteration_count; in SetIterationCount()
534 bool m_takes_iteration_count; variable
/openbsd/gnu/llvm/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp33 m_takes_iteration_count = true; in ThreadPlanStepInstruction()
H A DThreadPlan.cpp27 m_takes_iteration_count(false), m_could_not_resolve_hw_bp(false), in ThreadPlan()