Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepInRange.cpp46 m_virtual_step(false) { in ThreadPlanStepInRange()
62 m_virtual_step(false), m_step_into_target(step_into_target) { in ThreadPlanStepInRange()
170 if (m_virtual_step) { in ShouldStop()
467 if (m_virtual_step) { in DoPlanExplainsStop()
496 m_virtual_step = false; in DoWillResume()
511 m_virtual_step = true; in DoWillResume()
518 bool ThreadPlanStepInRange::IsVirtualStep() { return m_virtual_step; } in IsVirtualStep()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanStepInRange.h100 bool m_virtual_step; // true if we've just done a "virtual step", i.e. just variable