Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepInRange.h39 bool IsVirtualStep() override;
H A DThreadPlan.h495 virtual bool IsVirtualStep() { return false; } in IsVirtualStep() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInRange.cpp489 bool ThreadPlanStepInRange::IsVirtualStep() { in IsVirtualStep() function in ThreadPlanStepInRange
H A DThread.cpp404 GetCurrentPlan()->IsVirtualStep() in GetPrivateStopInfo()
630 if (GetCurrentPlan()->IsVirtualStep()) in SetupToStepOverBreakpointIfNeeded()