Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanStepInRange.cpp43 m_virtual_step(false) { in ThreadPlanStepInRange()
150 if (m_virtual_step) { in ShouldStop()
437 if (m_virtual_step) { in DoPlanExplainsStop()
466 m_virtual_step = false; in DoWillResume()
482 m_virtual_step = true; in DoWillResume()
489 bool ThreadPlanStepInRange::IsVirtualStep() { return m_virtual_step; } in IsVirtualStep()
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlanStepInRange.h87 bool m_virtual_step; // true if we've just done a "virtual step", i.e. just variable