Home
last modified time | relevance | path

Searched defs:IsStale (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedThreadPlanInterface.h28 virtual llvm::Expected<bool> IsStale() { return true; }; in IsStale() function
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPlanPythonInterface.cpp68 llvm::Expected<bool> ScriptedThreadPlanPythonInterface::IsStale() { IsStale() function in ScriptedThreadPlanPythonInterface