Home
last modified time | relevance | path

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

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