Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp107 bool next_instruction_reached = (pc > m_instruction_addr) && in IsPlanStale() local
109 if (next_instruction_reached) { in IsPlanStale()