Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DThreadPlan.h486 if (m_takes_iteration_count) { in SetIterationCount()
492 return m_takes_iteration_count; in SetIterationCount()
496 if (!m_takes_iteration_count) in GetIterationCount()
545 bool m_takes_iteration_count; variable
/external/llvm-project/lldb/source/Target/
DThreadPlanStepInstruction.cpp32 m_takes_iteration_count = true; in ThreadPlanStepInstruction()
DThreadPlan.cpp26 m_takes_iteration_count(false), m_could_not_resolve_hw_bp(false), in ThreadPlan()