Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepInRange.h67 bool FrameMatchesAvoidCriteria();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInRange.cpp306 bool ThreadPlanStepInRange::FrameMatchesAvoidCriteria() { in FrameMatchesAvoidCriteria() function in ThreadPlanStepInRange
408 should_stop_here = !step_in_range_plan->FrameMatchesAvoidCriteria(); in DefaultShouldStopHereCallback()