Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThreadPlanStepInRange.h39 bool IsVirtualStep() override;
H A DThreadPlan.h472 virtual bool IsVirtualStep() { return false; } in IsVirtualStep() function
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanStepInRange.cpp485 bool ThreadPlanStepInRange::IsVirtualStep() { return m_virtual_step; } in IsVirtualStep() function in ThreadPlanStepInRange
H A DThread.cpp382 GetCurrentPlan()->IsVirtualStep()) in GetPrivateStopInfo()