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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp100 bool is_stale = true; local
105 is_stale = script_interp->ScriptedThreadPlanIsStale(m_implementation_sp,
111 return is_stale;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1876 bool is_stale = true; local
1883 is_stale = LLDBSWIGPythonCallThreadPlan(generic->GetValue(), "is_stale",
1888 return is_stale;

Completed in 58 milliseconds