Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepOverRange.h44 bool IsEquivalentContext(const SymbolContext &context);
/src/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp102 bool ThreadPlanStepOverRange::IsEquivalentContext( in IsEquivalentContext() function in ThreadPlanStepOverRange
174 if (IsEquivalentContext(older_context)) { in ShouldStop()