Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedThreadPlanInterface.h24 virtual llvm::Expected<bool> ExplainsStop(Event *event) { return true; } in ExplainsStop() function
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPlanPythonInterface.cpp39 ScriptedThreadPlanPythonInterface::ExplainsStop(Event *event) { ExplainsStop() function in ScriptedThreadPlanPythonInterface