Home
last modified time | relevance | path

Searched refs:IsVirtualStep (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanStepInRange.h51 bool IsVirtualStep() override;
H A DThreadPlan.h540 virtual bool IsVirtualStep() { return false; } in IsVirtualStep() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepInRange.cpp518 bool ThreadPlanStepInRange::IsVirtualStep() { return m_virtual_step; } in IsVirtualStep() function in ThreadPlanStepInRange
H A DThread.cpp427 GetCurrentPlan()->IsVirtualStep()) in GetPrivateStopInfo()