Searched refs:is_stale (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Target/
H A DThreadPlanPython.cpp97 bool is_stale = true; local
102 is_stale = script_interp->ScriptedThreadPlanIsStale(m_implementation_sp,
108 return is_stale;
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Dscripted_step.py69 # then they will get popped. This question is asked with the "is_stale" method.
222 def is_stale(self): member in class:FinishPrintAndContinue
/openbsd-current/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1704 bool is_stale = true; local
1711 is_stale = LLDBSWIGPythonCallThreadPlan(generic->GetValue(), "is_stale",
1716 return is_stale;

Completed in 179 milliseconds