Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepUntil.cpp211 const SymbolContext &older_context = in AnalyzeStop() local
217 done = (older_context == stack_context); in AnalyzeStop()
H A DThreadPlanStepOverRange.cpp187 const SymbolContext &older_context = in ShouldStop() local
189 if (IsEquivalentContext(older_context)) { in ShouldStop()