Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp145 if (--m_iteration_count <= 0) { in ShouldStop()
223 if (--m_iteration_count <= 0) { in ShouldStop()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h481 m_iteration_count = count; in SetIterationCount()
536 int32_t m_iteration_count = 1; variable