Home
last modified time | relevance | path

Searched defs:IsVirtualStep (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanStepInRange.cpp485 bool ThreadPlanStepInRange::IsVirtualStep() { return m_virtual_step; } in IsVirtualStep() function in ThreadPlanStepInRange
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadPlan.h474 virtual bool IsVirtualStep() { return false; } in IsVirtualStep() function